Module prelude

Source
Expand description

Default imports for bevy_ui_navigation.

Re-exports§

pub use crate::events::NavEvent;
pub use crate::events::NavEventReaderExt;
pub use crate::events::NavRequest;
pub use crate::menu::MenuBuilder;
pub use crate::menu::MenuSetting;
pub use crate::NavRequestSystem;
pub use crate::DefaultNavigationPlugins;
pub use crate::NavigationPlugin;

Structs§

Focusable
An Entity that can be navigated to, using the cursor navigation system.
Focused
The currently focused Focusable.
NavLock
The navigation system’s lock.

Enums§

FocusAction
The actions triggered by a Focusable.
FocusState
State of a Focusable.

Traits§

MenuNavigationStrategy
System parameter used to resolve movement and cycling focus updates.