Module bevy_internal::ui::measurement
source · Structs
- A node with a
ContentSize
component is a node where its size is based on its content. - A
FixedMeasure
is aMeasure
that ignores all constraints and always returns the same size.
Enums
- The amount of space available to a node in a given axis https://www.w3.org/TR/css-sizing-3/#available
Traits
- A
Measure
is used to compute the size of a ui node when the size of that node is based on its content.