Expand description
Extensions to provide ergonomic functionality for working with
creating UI (bevy_ui
) in immediate mode
Modules§
- interaction
- Implements functionality to access
bevy_ui::Interaction
- picking
- Contains API extensions for ergonomic API that use
bevy_picking
- selected
- Implements capabilities for Selected marker component
- text
- Implements capabilities for working with nodes that contain
bevy_ui::widget::Text
- ui_base
- Implements capability that correctly set ups immediate mode systems execution order for UI case
- ui_
layout_ order - Implements functionality to place children entities created in immediate mode in creation (.ch) call order. Needed for correct Ui layout.
Structs§
- CapsUi
- Defines capability set for Ui
Traits§
- Impl
Caps Ui - Trait to check for set of capabilities to be implemented