Pivot
Enum value used to specify the origin point of a UIDocument.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum Pivot
Fields
Value | Description |
|---|---|
| BottomCenter | Bottom-center pivot. |
| BottomLeft | Bottom-left pivot. |
| BottomRight | Bottom-right pivot. |
| Center | Center pivot. |
| LeftCenter | Left-center pivot. |
| RightCenter | Right-center pivot. |
| TopCenter | Top-center pivot. |
| TopLeft | Top-left pivot. |
| TopRight | Top-right pivot. |