Module bevy::ui::widget

Expand description

This module contains the basic building blocks of Bevy’s UI

Structs

Marker struct for buttons

Enums

Describes how to resize the Image node

Functions

Updates calculated size of the node based on the image provided
Defines how min_size, size, and max_size affects the bounds of a text block.
Updates the layout and size information whenever the text or style is changed. This information is computed by the TextPipeline on insertion, then stored.