SceneManager

Undocumented in source.

Constructors

this
this(EventManager emngr, SceneApplication app)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addScene
BaseScene addScene(BaseScene scene, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
goToScene
void goToScene(string name, bool releaseCurrent)
Undocumented in source. Be warned that the author may not have intended to support it.
removeScene
void removeScene(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

application
SceneApplication application;
Undocumented in source.
currentScene
BaseScene currentScene;
Undocumented in source.
eventManager
EventManager eventManager;
Undocumented in source.
scenesByName
Dict!(BaseScene, string) scenesByName;
Undocumented in source.

Meta