Expand description
Default imports for bevy_ui_navigation.
Re-exports§
pub use crate::menu::MenuBuilder;pub use crate::menu::MenuSetting;
Structs§
- Focusable
- An
Entitythat can be navigated to, using the cursor navigation system. - Focused
- The currently focused
Focusable. - NavLock
- The navigation system’s lock.
Enums§
- Focus
Action - The actions triggered by a
Focusable. - Focus
State - State of a
Focusable.
Traits§
- Menu
Navigation Strategy - System parameter used to resolve movement and cycling focus updates.