Enum OverflowClipBox
Boxes against which the VisualElement content is clipped.
Namespace: UnityEngine.UIElements
Syntax
public enum OverflowClipBox : int
Fields
Name | Description | Value |
---|---|---|
PaddingBox | Clip the content against the box outside the padding areas but inside the borders. |
0 |
ContentBox | Clip the content against the box inside the padding areas. |
1 |