Module bevy::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
- A type to serve as Taffy’s node context (which allows the content size of leaf nodes to be computed)
Traits§
- A
Measure
is used to compute the size of a ui node when the size of that node is based on its content.