Expand description
The basic components of the transform crate
Structs§
- Global
Transform GlobalTransform
is an affine transformation from entity-local coordinates to worldspace coordinates.- Transform
- Describe the position of an entity. If the entity has a parent, the position is relative to its parent position.
- Transform
Tree Changed - An optimization for transform propagation. This ZST marker component uses change detection to
mark all entities of the hierarchy as “dirty” if any of their descendants have a changed
Transform
. If this component is not markedis_changed()
, propagation will halt.