turbo::SceneManager Class Reference
#include <SceneManager.hpp>
Public Member Functions | |
void register_scene (Scene *scene, const char *name) | |
Register a scene in the manager. More... | |
void set_active_scene (const char *name) | |
Set the scene currently displayed. More... | |
Scene * get_active_scene () const | |
Retrieves the currently displayed scene. More... | |
ONLYIMGUI (debug::SceneManagerDebug debug) | |
Detailed Description
Manage the scene instances
Member Function Documentation
◆ get_active_scene()
Scene * turbo::SceneManager::get_active_scene | ( | ) | const |
Retrieves the currently displayed scene.
- Returns
- Current scene
◆ register_scene()
void turbo::SceneManager::register_scene | ( | Scene * | scene, |
const char * | name | ||
) |
Register a scene in the manager.
- Parameters
-
scene The target scene name The name of the scene (used to identify the scene in the registry)
◆ set_active_scene()
void turbo::SceneManager::set_active_scene | ( | const char * | name | ) |
Set the scene currently displayed.
- Parameters
-
name Name of the scene
The documentation for this class was generated from the following files:
- include/turbo/SceneManager.hpp
- src/SceneManager.cpp