pub fn remove<T: Bundle>() -> impl EntityCommand
Expand description
An EntityCommand
that removes the components in a Bundle
from an entity.
pub fn remove<T: Bundle>() -> impl EntityCommand
An EntityCommand
that removes the components in a Bundle
from an entity.