Scene Class - NocturnalWisp/Tynted-Engine GitHub Wiki
Managing creation of a single scene.
Handling various aspects of the scene.
Summary The name of the scene.
Type
- string
Summary If the scene is paused.
Type
- bool
Summary Creates a new scene by file.
Implementation
Scene(string path, Dictionary<string, object> variables)Vars
- scene - Path to a scene "json" file.
- variables - A dictionary of variables used by a scene file. Of no use for an empty scene.
Summary Creates a new empty scene.
Implementation
Scene(string scene)Vars
- scene - The new scene name.
Handling the entities a scene may have.
Summary The number of entities in the scene.
Type
- int
Summary Returns a list of all the entities in the scene.
Type
- List