Module components

Source
Expand description

Focusable components and bundles to ease navigable UI declaration.

Structsยง

FocusableButtonBundle
A button like the default bevy ButtonBundle, but with an added Focusable component so that it can be used with this crate.
MarkingMenuBundle
A NodeBundle delimiting a menu, which Focusable will be marked with marker.
MenuBundle
A NodeBundle delimiting a menu.