bevy/crates/bevy_hierarchy
Anby 29f7293e30
Change despawn_descendants to return &mut Self (#8928)
# Objective

- Change despawn descendants to return self (#8883).

## Solution

- Change function signature `despawn_descendants` under trait
`DespawnRecursiveExt`.
- Add single extra test `spawn_children_after_despawn_descendants` (May
be unnecessary)

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2023-06-23 02:08:13 +00:00
..
src Change despawn_descendants to return &mut Self (#8928) 2023-06-23 02:08:13 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00