Type Alias de_movement::kinematics::Uninitialized
source · type Uninitialized<'w, 's> = Query<'w, 's, (Entity, &'static Transform), (With<MovableSolid>, Without<Kinematics>)>;
Aliased Type§
struct Uninitialized<'w, 's> {
world: UnsafeWorldCell<'w>,
state: &'s QueryState<(Entity, &'static Transform), (With<MovableSolid>, Without<Kinematics>)>,
last_run: Tick,
this_run: Tick,
force_read_only_component_access: bool,
}
Fields§
§world: UnsafeWorldCell<'w>
§state: &'s QueryState<(Entity, &'static Transform), (With<MovableSolid>, Without<Kinematics>)>
§last_run: Tick
§this_run: Tick
§force_read_only_component_access: bool