Function any_match_filter

Source
pub fn any_match_filter<F>(query: Query<'_, '_, (), F>) -> bool
where F: QueryFilter,
Expand description

A Condition-satisfying system that returns true if there are any entities that match the given QueryFilter.