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