Expand description
Focusable components and bundles to ease navigable UI declaration.
Structsยง
- Focusable
Button Bundle - A button like the default bevy
ButtonBundle
, but with an addedFocusable
component so that it can be used with this crate. - Marking
Menu Bundle - A
NodeBundle
delimiting a menu, whichFocusable
will be marked withmarker
. - Menu
Bundle - A
NodeBundle
delimiting a menu.