#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...
 
Sceneget_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
sceneThe target scene
nameThe 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
nameName of the scene

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