PivotReferenceSize
Enum value used to specify the size used to compute the Pivot position.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum PivotReferenceSize
Fields
Value | Description |
|---|---|
| BoundingBox | The size of the full bounding-box of the UIDocument will be used to determine the pivot position. |
| Layout | The layout size of the root element will be used to determine the pivot position. |