pub fn any_match_filter<F>(query: Query<'_, '_, (), F>) -> boolwhere
F: QueryFilter,
Expand description
A Condition
-satisfying system that returns true
if there are any entities that match the given QueryFilter
.
pub fn any_match_filter<F>(query: Query<'_, '_, (), F>) -> boolwhere
F: QueryFilter,
A Condition
-satisfying system that returns true
if there are any entities that match the given QueryFilter
.