Type Alias de_spawner::draft::ChangedDraftQuery

source ·
type ChangedDraftQuery<'w, 's> = Query<'w, 's, (&'static DraftAllowed, Ref<'static, DraftReady>, &'static Children), Or<(Changed<DraftAllowed>, Changed<DraftReady>)>>;

Aliased Type§

struct ChangedDraftQuery<'w, 's> {
    world: UnsafeWorldCell<'w>,
    state: &'s QueryState<(&'static DraftAllowed, Ref<'static, DraftReady>, &'static Children), Or<(Changed<DraftAllowed>, Changed<DraftReady>)>>,
    last_run: Tick,
    this_run: Tick,
    force_read_only_component_access: bool,
}

Fields§

§world: UnsafeWorldCell<'w>§state: &'s QueryState<(&'static DraftAllowed, Ref<'static, DraftReady>, &'static Children), Or<(Changed<DraftAllowed>, Changed<DraftReady>)>>§last_run: Tick§this_run: Tick§force_read_only_component_access: bool