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