Enum Overflow
Defines what should happend if content overflows an element bounds.
Namespace: UnityEngine.UIElements
Syntax
public enum Overflow : int
Fields
Name | Description | Value |
---|---|---|
Hidden | The overflow is clipped, and the rest of the content will be invisible. |
|
Visible | The overflow is not clipped. It renders outside the element's box. Default Value. |