bevy_hierarchy

Module prelude

Source
Expand description

The hierarchy prelude.

This includes the most common types in this crate, re-exported for your convenience.

Structsยง

  • Contains references to the child entities of this entity.
  • Holds a reference to the parent entity of this entity. This component should only be present on entities that actually have a parent entity.