pub fn change_query<Components: ComponentsTuple + Copy + Clone + 'static>(
    components: Components
) -> UntrackedChangeQuery<Components>
Expand description

Creates a new ChangeQuery that will find entities that have the specified components that will call its bound function when components marked by ChangeQuery::track_change change.