Function ambient_api::prelude::change_query
source · pub fn change_query<Components>(
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.