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