bevy_transform

Module components

Source
Expand description

The basic components of the transform crate

Structs§

  • GlobalTransform is an affine transformation from entity-local coordinates to worldspace coordinates.
  • Describe the position of an entity. If the entity has a parent, the position is relative to its parent position.
  • 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.