A class for managing which scene is currently active.
Changes the scene calling onEnded() on the scene that was previously active and onStarted() on the new one.
onEnded()
onStarted()
The new scene that should replace the old one.
Called every frame, will call update() of the current scene.
update()
The time that passed since the last frame in milliseconds
Generated using TypeDoc
A class for managing which scene is currently active.