UIBlock.CalculatedSize
CalculatedSize
The size of the UIBlock. Calculated by the Nova Engine once per dirty frame and whenenever CalculateLayout() is called explicitly.
Remarks
The final value here accounts for a combination of inputs from Size, Size Min Max, Auto Size, Aspect Ratio Axis, and the Padded Size of its Parent.
Declaration
public ref readonly Length3.Calculated CalculatedSize { get; }