Skip to main content

Crate bevy_extended_ui

Crate bevy_extended_ui 

Source

Re-exports§

pub use lang::UILang;
pub use lang::UiLangVariables;
pub use lang::UiSharedValues;

Modules§

dialog
example_utils
framework
html
io
lang
old
providers
registryDeprecated
Deprecated legacy re-export.
routing
services
styles
utils
widgets

Macros§

load
Marks a route component as keep-alive.

Structs§

CurrentWidgetState
Tracks the currently focused or active widget by its ID.
ExtendedUiConfiguration
Global UI configuration resource.
ExtendedUiPlugin
Bevy plugin that wires up all extended UI subsystems.
ImageCache
A cache mapping image paths to their loaded handles, preventing duplicate loads and allowing cleanup of unused images.
UiCamera
Marker component for the UI camera entity.

Enums§

ExtendedCam
Defines which camera setup should be used by the extended UI rendering pipeline.

Functions§

load_ui_camera_system
Manages the lifecycle and configuration of the UI camera.

Derive Macros§

BeuStore
Derives a reactive UI binding store registration for a struct or enum.