#include <Updatable.h>
◆ Updatable() [1/2]
◆ Updatable() [2/2]
◆ ~Updatable()
  
  
      
        
          | Updatable::~Updatable  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ DeregisterFromScene()
  
  
      
        
          | void Updatable::DeregisterFromScene  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ GetDeregRef()
◆ operator=()
◆ RegisterToScene()
  
  
      
        
          | void Updatable::RegisterToScene  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ SetDeregRef()
◆ SubmitDeregistration()
      
        
          | void Updatable::SubmitDeregistration  | 
          ( | 
           | ) | 
           | 
        
      
 
Submit update deregistration from the currently active Scene. 
Haru, 3/19/2023. 
 
 
◆ SubmitRegistration()
      
        
          | void Updatable::SubmitRegistration  | 
          ( | 
           | ) | 
           | 
        
      
 
Submit update registration to the currently active Scene. 
Haru, 3/19/2023. 
 
 
◆ Update()
  
  
      
        
          | virtual void Updatable::Update  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
Updates this Updatable. User should override this method as necessary. 
Haru, 3/8/2023. 
Reimplemented in SongPlayer.
 
 
◆ UpdatableAttorney
◆ m_deregRef
◆ m_upRegState
◆ p_deregCmd
◆ p_regCmd
The documentation for this class was generated from the following files: