bevy/crates/bevy_hierarchy/src
ira 1ca1c8c39e Fix RemoveChildren command (#6192)
# Objective

`RemoveChildren` could remove the `Parent` component from children belonging to a different parent, which breaks the hierarchy.

This change looks a little funny because I'm reusing the events to avoid needing to clone the parent's `Children`.

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-10-10 23:40:32 +00:00
..
components Make Children constructor pub(crate). (#5532) 2022-08-05 03:49:12 +00:00
child_builder.rs Fix RemoveChildren command (#6192) 2022-10-10 23:40:32 +00:00
events.rs Fix some grammatical errors in the docs (#6109) 2022-09-26 21:47:31 +00:00
hierarchy.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
lib.rs Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00
valid_parent_check_plugin.rs Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00