Module interaction_states
bevy
0.17.2
Module interaction_
states
Module Items
Structs
In bevy::
ui
bevy
::
ui
Module
interaction_
states
Copy item path
Source
Structs
§
Checkable
Component that indicates that a widget can be checked.
Checked
Component that indicates whether a checkbox or radio button is in a checked state.
Interaction
Disabled
A component indicating that a widget is disabled and should be “grayed out”. This is used to prevent user interaction with the widget. It should not, however, prevent the widget from being updated or rendered, or from acquiring keyboard focus.
Pressed
Component that indicates whether a button or widget is currently in a pressed or “held down” state.