mirror of
https://github.com/bevyengine/bevy
synced 2025-01-02 00:08:53 +00:00
8bfe635c3e
# Objective - Finish resolving https://github.com/bevyengine/bevy/issues/15125 - Inserting bundles was implemented in https://github.com/bevyengine/bevy/pull/15128 but removing bundles still needed to be implemented. ## Solution - Modified `bevy_ecs::reflect::entity_commands::remove_reflect` to handle both components and bundles - Modified documentation of `ReflectCommandExt` methods to reflect that one can now use bundles with these commands. ## Testing - Three tests were added to match the ones for inserting components. |
||
---|---|---|
.. | ||
bundle.rs | ||
component.rs | ||
entity_commands.rs | ||
from_world.rs | ||
map_entities.rs | ||
mod.rs | ||
resource.rs |