Unity Engine documentationScript ReferenceUnityEngineUnityEngine.UIElementsLengthUnitDescribes how to interpret a Length value.Read time 1 minuteLast updated 5 days agoDefinition Type: Enum Namespace: UnityEngine.UIElements Assembly: UnityEngine.UIElementsModule public enum LengthUnit Fields ValueDescriptionPercentInterprets length as a percentage, with 100 representing 100%. The value is not constrained and can range from negative numbers to values greater than 100.PixelInterprets length as pixel.