Expand description
UI widget implementations: labels, progress bars, buttons, panels, rings.
Structs§
- UiButton
- A clickable text button.
- UiLabel
- A static or dynamically-updated text label.
- UiPanel
- A bordered panel container (background + optional title).
- UiProgress
Bar - A horizontal bar that fills from left to right based on a [0, 1] value.
- UiPulse
Ring - A pulsing ring of glyphs around a center point — used for HUD status indicators.