Module scene_lane

Module scene_lane 

Source
Expand description

Scene management

Structs§

ArchetypeSerializationLane
A serialization lane that uses the “Archetype” strategy.
DefinitionSerializationLane
A serialization strategy that uses a stable, intermediate representation (SceneDefinition).
RecipeSerializationLane
A serialization strategy that uses a sequence of commands (SceneRecipe).

Enums§

DeserializationError
An error that can occur during the deserialization process.
SerializationError
An error that can occur during the serialization process.

Traits§

SerializationStrategy
The abstract contract for a scene serialization strategy Lane.

Functions§

transform_propagation_system
A system that propagates local Transform changes through the scene hierarchy to compute the final GlobalTransform for each entity.