Enum Position
Defaines how the position values are interpreted by the layout engine.
Namespace: UnityEngine.UIElements
Syntax
public enum Position : int
Fields
Name | Description | Value |
---|---|---|
Absolute | The element is positioned in relation to its parent box and does not contribute to the layout anymore. |
|
Relative | The element is positioned in relation to its default box as calculated by layout. |