tida.scenemanager

Scene and instance control module.

Members

Classes

SceneManager
class SceneManager

Class describing scene manager.

Enums

APIError
enum APIError

Mistakes of using communication between the manager and the game cycle.

APIType
enum APIType

Commands that should execute the game cycle.

Functions

defaultCamera
auto defaultCamera()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultCamera
auto defaultCamera()
Undocumented in source. Be warned that the author may not have intended to support it.
initSceneManager
void initSceneManager()

Allocates memory under the scene manager.

sceneManager
SceneManager sceneManager()

Scene manager instance.

Static variables

_sceneManager
SceneManager _sceneManager;
Undocumented in source.

Structs

APIResponse
struct APIResponse

Container to send a message to the game cycle.

Meta