bevy::ecs::system::entity_command

Function remove

Source
pub fn remove<T>() -> impl EntityCommand
where T: Bundle,
Expand description

An EntityCommand that removes the components in a Bundle from an entity.