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