TransformOriginOffset
Specifies the alignment keywords for TransformOrigin.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum TransformOriginOffset
Fields
Value | Description |
|---|---|
| Bottom | The origin of the transform operation set to the bottom of the element. |
| Center | The origin of the transform operation is set to the center of the element. |
| Left | The origin of the transform operation is set to the left of the element. |
| Right | The origin of the transform operation is set to the right of the element. |
| Top | The origin of the transform operation is set to the top of the element. |