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