Default contrctor.
Sets the current camera using its reference.
Sets the current camera using its ID.
Returns the current camera.
Returns scene ID.
Returns if scene is ready to run.
Process all Processable objects that have a process() method. It's synchronized with PhysicsCoreEngine.
Register scene to the CoreEngine. Invoke start for all Startable objects that have an start() method.
Render all Renderable objects that have a render() method.
Releases all scene tree nodes.
Returns scene settings.
Change view from a camera to another using their references.
Change view from a camera to another using their IDs.
Returns a scene tree reference.
Updates all Updatable objects that have an update() method. It's called every frame.