Type Alias de_movement::obstacles::Uninitialized

source ·
type Uninitialized<'w, 's> = Query<'w, 's, (Entity, &'static Transform, &'static ObjectTypeComponent), (With<MovableSolid>, Without<Disc>)>;

Aliased Type§

struct Uninitialized<'w, 's> {
    world: UnsafeWorldCell<'w>,
    state: &'s QueryState<(Entity, &'static Transform, &'static ObjectTypeComponent), (With<MovableSolid>, Without<Disc>)>,
    last_run: Tick,
    this_run: Tick,
    force_read_only_component_access: bool,
}

Fields§

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