Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
AppManager Class Reference
Inheritance diagram for AppManager:
Collaboration diagram for AppManager:

Public Member Functions

 AppManager (App *appOwner)
 
void Init (const std::string &executablePath)
 
virtual void Tick (double deltaTime)
 Called every frame regardless of if the app is closing.
 
virtual void Exit ()
 Called when closing the app.
 
double GetDeltaTime () const
 
void CreateNewProject ()
 
void OpenProject ()
 
- Public Member Functions inherited from Manager
 Manager (App *appOwner)
 
AppGetApp () const
 

Additional Inherited Members

- Protected Attributes inherited from Manager
Appm_app = nullptr
 

Member Function Documentation

◆ Exit()

virtual void AppManager::Exit ( )
inlinevirtual

Called when closing the app.

Reimplemented from Manager.

◆ Tick()

virtual void AppManager::Tick ( double  deltaTime)
inlinevirtual

Called every frame regardless of if the app is closing.

Reimplemented from Manager.


The documentation for this class was generated from the following files: