csharp
public struct CachedMeasurementOne remembered answer to "how big are you, given this much room".
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public float AvailableWidthThe width that was offered.
public float AvailableHeightThe height that was offered.
public MeasureMode WidthMeasureModeHow the width was offered.
public MeasureMode HeightMeasureModeHow the height was offered.
public float ComputedWidthThe width that came back.
public float ComputedHeightThe height that came back.
public bool IsPopulatedWhether this entry holds anything.
Used by (3)
- CachedMeasurementsVixen.Ui.Layout
- LayoutResultVixen.Ui.Layout
- LayoutTreeVixen.Ui.Layout