Type Alias de_pathing::fplugin::ChangedQuery
source · type ChangedQuery<'world, 'state> = Query<'world, 'state, Entity, (With<StaticSolid>, Changed<Transform>)>;
Aliased Type§
struct ChangedQuery<'world, 'state> {
world: UnsafeWorldCell<'world>,
state: &'state QueryState<Entity, (With<StaticSolid>, Changed<Transform>)>,
last_run: Tick,
this_run: Tick,
force_read_only_component_access: bool,
}
Fields§
§world: UnsafeWorldCell<'world>
§state: &'state QueryState<Entity, (With<StaticSolid>, Changed<Transform>)>
§last_run: Tick
§this_run: Tick
§force_read_only_component_access: bool