Enum LengthUnit
Describes how to interpret a Length value.
Namespace: UnityEngine.UIElements
Syntax
public enum LengthUnit : int
Fields
Name | Description | Value |
---|---|---|
Pixel | Interprets length as pixel. |
0 |
Percent | Interprets length as a percentage. |
1 |