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