mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
93c7e7cf4d
# Objective - Fixes #11187 ## Solution - Rename the `AddChild` struct to `PushChild` - Rename the `AddChildInPlace` struct to `PushChildInPlace` ## Migration Guide The struct `AddChild` has been renamed to `PushChild`, and the struct `AddChildInPlace` has been renamed to `PushChildInPlace`. |
||
---|---|---|
.. | ||
components | ||
commands.rs | ||
helper.rs | ||
lib.rs | ||
systems.rs |