Enum TextOverflow
Specifies how the text Element treats hidden overflow content.
Namespace: UnityEngine.UIElements
Syntax
public enum TextOverflow : int
Fields
Name | Description | Value |
---|---|---|
Clip | The Element clips overflow content and hides it. This is the default value. |
|
Ellipsis | The Element clips overflow content and hides it, but displays an ellipsis ("...") to indicate that clipped content exists. |