Skip to main content

query_added

Function query_added 

Source
pub fn query_added<C: Component>(
    w: &World,
    since: u32,
) -> impl Iterator<Item = Entity> + '_
Expand description

Entities with C added after tick since.