Component Selector Builtin
Bevy ECSS provites the following components selector:
Selector | Component |
---|---|
background-color | BackgroundColor |
text | Text |
button | Button |
node | Node |
style | Style |
ui-image | UiImage |
interaction | Interaction |
This list will be expanded to match bevy_ui
and other bevy
core components.