Crate bevy_extended_ui

Crate bevy_extended_ui 

Source

Modules§

html
observer
registry
service
styling
utils
widgets

Structs§

BindToID
Associates a UI child entity with a parent widget by ID.
CurrentWidgetState
Tracks the currently focused or active widget by its ID.
ExtendedUiConfiguration
Global UI configuration resource.
ExtendedUiPlugin
IgnoreParentState
Marker component for UI elements that should ignore the parent widget state.
ImageCache
A cache mapping image paths to their loaded handles, preventing duplicate loads and allowing cleanup of unused images.
UIGenID
Unique identifier for UI elements.
UIWidgetState
Stores the interaction and UI state flags for a widget.