Type Alias de_index::precise::MovedQuery

source ·
type MovedQuery<'w, 's> = Query<'w, 's, (Entity, &'static Transform), (With<Indexed>, Changed<Transform>)>;

Aliased Type§

struct MovedQuery<'w, 's> {
    world: UnsafeWorldCell<'w>,
    state: &'s QueryState<(Entity, &'static Transform), (With<Indexed>, Changed<Transform>)>,
    last_run: Tick,
    this_run: Tick,
    force_read_only_component_access: bool,
}

Fields§

§world: UnsafeWorldCell<'w>§state: &'s QueryState<(Entity, &'static Transform), (With<Indexed>, Changed<Transform>)>§last_run: Tick§this_run: Tick§force_read_only_component_access: bool