pub fn query_changed<C: Component>( w: &World, since: u32, ) -> impl Iterator<Item = Entity> + '_
Entities with C changed after tick since.
C
since