Module bevy::ui::widget

Expand description

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

Structs

  • Marker struct for buttons
  • Marker struct for labels

Functions

  • 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.
  • Updates calculated size of the node based on the image provided