# PivotRotation

> How is the tool handle oriented.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum PivotRotation
```

## Fields

| Value                                                                         | Description                                         |
| ----------------------------------------------------------------------------- | --------------------------------------------------- |
| [Global](/engine/6000.0/script-reference/unityeditor/pivotrotation/global.md) | The tool handle is aligned along the global axes.   |
| [Local](/engine/6000.0/script-reference/unityeditor/pivotrotation/local.md)   | The tool handle is oriented from the active object. |
