pub fn remove_with_requires<T: Bundle>() -> impl EntityCommand
Expand description
An EntityCommand
that removes the components in a Bundle
from an entity,
as well as the required components for each component removed.
pub fn remove_with_requires<T: Bundle>() -> impl EntityCommand
An EntityCommand
that removes the components in a Bundle
from an entity,
as well as the required components for each component removed.