Re-exports§
pub use lang::UILang;pub use lang::UiLangVariables;
Modules§
- dialog
- example_
utils - framework
- html
- io
- lang
- old
- providers
- registry
Deprecated - Deprecated legacy re-export.
- routing
- services
- styles
- utils
- widgets
Macros§
- load
- Marks a route component as keep-alive.
Structs§
- Current
Widget State - Tracks the currently focused or active widget by its ID.
- Extended
UiConfiguration - Global UI configuration resource.
- Extended
UiPlugin - Bevy plugin that wires up all extended UI subsystems.
- Image
Cache - 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§
- Extended
Cam - 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.