Module avian3d::sync::ancestor_marker
source · Expand description
Functionality for marking ancestors of entities with marker components.
Structs§
- A marker component that marks an entity as an ancestor of an entity with the given component
C
. - A plugin that marks the ancestors of entities that have the given component
C
with theAncestorMarker
component.