Skip to main content

Module ui

Module ui 

Source

Re-exports§

pub use anchor::Anchor;
pub use anchor::Container;
pub use animated_text::AnimatedText;
pub use panel::BorderStyle;
pub use panel::Panel;
pub use progress::ProgressBar;
pub use progress::ProgressStyle;
pub use separator::Separator;
pub use spinner::Spinner;
pub use spinner::SpinnerStyle;

Modules§

anchor
animated_text
layout
panel
progress
scroll
separator
spinner
text_input
theme

Structs§

Button
Marker component for interactive buttons.
Node
Position and size of a UI element.
Text
Text content for a UI element.
UiPlugin
Registers the UI interaction and rendering systems.
UiState
UiStyle
Per-element style overrides for colors and text attributes.
ZIndex
Draw order for UI elements. Higher values render on top. Default 0.

Enums§

Interaction
Current interaction state of a button.
TextAlign
Text alignment within the node width.