Expand description
A mingy and opinionated collection of UI components for Bevy
Structs§
- Container
- Fundamental layout component
- Dynamic
Text - Dynamic text component
- Dynamic
Text Data - Marker component with an id associated to a DynamicText
- Embossed
Text - Embossed text component
- Root
- Top parent component that acts as a UI overlay
- Root
Marker - Marker component to query a Root component
- Simple
Text - Simple text component
- UiButton
- Button component that holds UiButtonData
- UiButton
Data - Marker component with data associated to a UiButton
Traits§
- UiText
- Text common interface