pub fn remove_by_id(component_id: ComponentId) -> impl EntityCommand
Expand description
An EntityCommand
that removes a dynamic component from an entity.
pub fn remove_by_id(component_id: ComponentId) -> impl EntityCommand
An EntityCommand
that removes a dynamic component from an entity.