mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
621cd23ffc
# Objective The `EntityCommands::despawn` method was previously changed from panicking behavior to a warning, but the docs continue to state that it panics. ## Solution - Removed panic section, copied warning blurb from `World::despawn` - Adds a similar warning blurb to `DespawnRecursiveExt::despawn_recursive` and `DespawnRecursiveExt::despawn_descendants` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |