PrimitiveBoundsHandle.HandleDirection
An enumeration of directions the handle moves in.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected enum PrimitiveBoundsHandle.HandleDirection
Fields
Value | Description |
|---|---|
| NegativeX | This value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the x-axis. |
| NegativeY | This value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the y-axis. |
| NegativeZ | This value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the z-axis. |
| PositiveX | This value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the x-axis. |
| PositiveY | This value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the y-axis. |
| PositiveZ | This value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the z-axis. |