Type Alias de_gui::button::ButtonInteractions

source ·
type ButtonInteractions<'w, 'q> = Query<'w, 'q, (&'static Interaction, &'static mut BackgroundColor), (Changed<Interaction>, With<Button>)>;

Aliased Type§

struct ButtonInteractions<'w, 'q> {
    world: UnsafeWorldCell<'w>,
    state: &'q QueryState<(&'static Interaction, &'static mut BackgroundColor), (Changed<Interaction>, With<Button>)>,
    last_run: Tick,
    this_run: Tick,
    force_read_only_component_access: bool,
}

Fields§

§world: UnsafeWorldCell<'w>§state: &'q QueryState<(&'static Interaction, &'static mut BackgroundColor), (Changed<Interaction>, With<Button>)>§last_run: Tick§this_run: Tick§force_read_only_component_access: bool