Crate bevy_hierarchy

source ·
Expand description

bevy_hierarchy can be used to define hierarchies of entities.

Most commonly, these hierarchies are used for inheriting Transform values from the Parent to its Children.

Structs

Enums

Traits

  • Trait for removing, adding and replacing children and parents of an entity.
  • Trait that defines adding, changing and children and parents of an entity directly through the World.
  • Trait that holds functions for despawning recursively down the transform hierarchy
  • An extension trait for Query that adds hierarchy related methods.

Functions