space namespace
Representation of all Scenes.
Serves as the main directory for uploaded assets and scripts.
Space
methods allow you to
- Navigate between Scenes
- Manage
Space
properties
Methods
get_property | (self, key: str) -> str |
Gets a |
|
go_to_next_scene | (self) -> None | ||
go_to_previous_scene | (self) -> None | ||
go_to_scene | (self, scene_index: int) -> None |
Sets active scene to |
|
set_property | (self, key: str, value: str) -> None |
Sets a |