pub fn any_component_removed<T: Component>(
removals: RemovedComponents<'_, '_, T>,
) -> boolExpand description
A SystemCondition-satisfying system that returns true
if there are any entity with a component of the given type removed.
pub fn any_component_removed<T: Component>(
removals: RemovedComponents<'_, '_, T>,
) -> boolA SystemCondition-satisfying system that returns true
if there are any entity with a component of the given type removed.