Expand description
Scene management
Structs§
- Archetype
Serialization Lane - A serialization lane that uses the “Archetype” strategy.
- Definition
Serialization Lane - A serialization strategy that uses a stable, intermediate representation (
SceneDefinition). - Recipe
Serialization Lane - A serialization strategy that uses a sequence of commands (
SceneRecipe).
Enums§
- Deserialization
Error - An error that can occur during the deserialization process.
- Serialization
Error - An error that can occur during the serialization process.
Traits§
- Serialization
Strategy - The abstract contract for a scene serialization strategy
Lane.
Functions§
- transform_
propagation_ system - A system that propagates local
Transformchanges through the scene hierarchy to compute the finalGlobalTransformfor each entity.