Crate bevy_ui_bits

Crate bevy_ui_bits 

Source
Expand description

A mingy and opinionated collection of UI components for Bevy

Structs§

Container
Fundamental layout component
DynamicText
Dynamic text component
DynamicTextData
Data for the dynamic text component
EmbossedText
Embossed text component
Root
Top parent component that acts as a UI overlay
RootMarker
Marker component to query a Root component
SimpleText
Simple text component
UiButton
Button component that holds UiButtonData
UiButtonData
Marker component with data associated to a UiButton

Traits§

UiText
Text common interface