Skip to main content

query_changed

Function query_changed 

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

Entities with C changed after tick since.