Crate bevy_ui_build_macros
Source - build_ui
- Define a bevy UI and spawns it using
cmd
- rect
- Define a
bevy::ui::UiRect
similarly to how you would define it in CSS. - size
- Wrapper around
bevy::ui::Size::new
- style
- Wrapper around
bevy::ui::Style
- unit
- Wrapper around the
bevy::ui::Val
enum