Expand description
Scene module containing the Scene struct and related functionality.
Structs§
- Entity
Definition - A serializable representation of a single entity and its components.
- Scene
Definition - The root container for a scene’s intermediate representation.
- Scene
Recipe - The root container for a scene recipe. It’s simply a list of commands.
Enums§
- Component
Definition - A serializable, type-erased representation of a single component.
- Scene
Command - A single, atomic operation required to construct a scene.