|
| 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 () |
|
| Manager (App *appOwner) |
|
App * | GetApp () const |
|
◆ 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:
- /var/www/soundbakery/sound-bakery/apps/editor/Managers/AppManager.h
- /var/www/soundbakery/sound-bakery/apps/editor/Managers/AppManager.cpp