|
HatchitGame
|
Defines the singleton scene manager. More...
#include <ht_scenemanager_singleton.h>
Static Public Member Functions | |
| static void | Deinitialize () |
| De-initializes the scene manager. | |
| static bool | Initialize () |
| Initializes the scene manager. More... | |
| static bool | LoadScene (const std::string &sceneName) |
| Loads the given scene. More... | |
| static void | Update () |
| Updates the scene manager. | |
Defines the singleton scene manager.
|
static |
Initializes the scene manager.
|
static |
Loads the given scene.
| sceneName | The name of the next Scene to load. |
Unloads the current scene and loads in the specified scene. If the scene does not exist in the list of scenes, an error is thrown.
Unloads the current scene and loads in the specified scene. If the scene does not exist in the list of scenes, an error is thrown.
1.8.11