bevy/crates/bevy_hierarchy
Talin d2c754c816
Added 'clear_children' and 'replace_children' methods to BuildWorldChildren to be consistent with BuildChildren. (#10311)
# Objective

The `BuildWorldChildren` API was missing several methods that exist in
`BuildChildren`.

## Solution

Added the methods (and tests) for consistency.
2023-10-31 23:55:33 +00:00
..
src Added 'clear_children' and 'replace_children' methods to BuildWorldChildren to be consistent with BuildChildren. (#10311) 2023-10-31 23:55:33 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00