Module components

Source
Expand description

The basic components of the transform crate

Structs§

GlobalTransform
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.
TransformTreeChanged
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 marked is_changed(), propagation will halt.