space namespace

Representation of all Scenes.

Serves as the main directory for uploaded assets and scripts.

Space methods allow you to

Methods

get_property(self, key: str) -> str

Gets a string property from this Space.

go_to_next_scene(self) -> None

Sets active scene to next index from current scene.

go_to_previous_scene(self) -> None

Sets active scene to previous index from current scene.

go_to_scene(self, scene_index: int) -> None

Sets active scene to sceneIndex.

set_property(self, key: str, value: str) -> None

Sets a string property to this Space.