# PivotMode

> Where is the tool handle placed.

## Definition

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

```csharp
public enum PivotMode
```

## Fields

| Value                                                                     | Description                                                  |
| ------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Center](/engine/6000.0/script-reference/unityeditor/pivotmode/center.md) | The tool handle is at the graphical center of the selection. |
| [Pivot](/engine/6000.0/script-reference/unityeditor/pivotmode/pivot.md)   | The tool handle is on the pivot point of the active object.  |
