Module scene

Module scene 

Source
Expand description

Scene module containing the Scene struct and related functionality.

Structs§

EntityDefinition
A serializable representation of a single entity and its components.
SceneDefinition
The root container for a scene’s intermediate representation.
SceneRecipe
The root container for a scene recipe. It’s simply a list of commands.

Enums§

ComponentDefinition
A serializable, type-erased representation of a single component.
SceneCommand
A single, atomic operation required to construct a scene.