HierarchyEvent
ChildAdded
- child : bevy_ecs::entity::Entity
- parent : bevy_ecs::entity::Entity
ChildRemoved
- child : bevy_ecs::entity::Entity
- parent : bevy_ecs::entity::Entity
ChildMoved
- child : bevy_ecs::entity::Entity
- previous_parent : bevy_ecs::entity::Entity
- new_parent : bevy_ecs::entity::Entity
Description
An
Event
that is fired whenever there is a change in the world's hierarchy.
Functions
Function | Summary |
---|---|
assert_receiver_is_total_eq(_self) | No Documentation 🚧 |
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |