Type Alias de_index::precise::SolidEntityQuery
source · type SolidEntityQuery<'w, 's> = Query<'w, 's, (Entity, &'static ObjectTypeComponent, &'static Transform), (Without<Indexed>, Or<(With<StaticSolid>, With<MovableSolid>)>)>;Aliased Type§
struct SolidEntityQuery<'w, 's> {
world: UnsafeWorldCell<'w>,
state: &'s QueryState<(Entity, &'static ObjectTypeComponent, &'static Transform), (Without<Indexed>, Or<(With<StaticSolid>, With<MovableSolid>)>)>,
last_run: Tick,
this_run: Tick,
force_read_only_component_access: bool,
}Fields§
§world: UnsafeWorldCell<'w>§state: &'s QueryState<(Entity, &'static ObjectTypeComponent, &'static Transform), (Without<Indexed>, Or<(With<StaticSolid>, With<MovableSolid>)>)>§last_run: Tick§this_run: Tick§force_read_only_component_access: bool