OverflowClipBox
Boxes against which the VisualElement content is clipped.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum OverflowClipBox
Fields
Value | Description |
|---|---|
| ContentBox | Clip the content against the box inside the padding areas. |
| PaddingBox | Clip the content against the box outside the padding areas but inside the borders. |