UIBlock.Position
Position
The Length3 configuration used to calculate Calculated Position. Describes a per-axis offset from its Alignment.
Remarks
-
Position.Percent
is a percentage of the Parent's Padded Size. -
This value will be converted and written to
UnityEngine.Transform.localPosition
as part of the Nova Engine update at the end of the current frame. -
If the Parent's
AutoLayout.Enabled == true
, the AutoLayout will override thisPosition
along the AutoLayout.Axis.
Declaration
public ref Length3 Position { get; }