Enum WhiteSpace
Word wrapping over multiple lines if not enough space is available to draw the text of an element.
Namespace: UnityEngine.UIElements
Syntax
public enum WhiteSpace : int
Fields
Name | Description | Value |
---|---|---|
Normal | Text will wrap when necessary. |
|
NoWrap | Text will never wrap to the next line. |