# PivotMode

> Where is the tool handle placed.

## Definition

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

```csharp
public enum PivotMode
```

## Fields

| Value                                                                     | Description                                                                          |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [Center](/engine/6000.6/script-reference/unityeditor/pivotmode/center.md) | The tool handle is at the graphical center of the selection.                         |
| [Custom](/engine/6000.6/script-reference/unityeditor/pivotmode/custom.md) | The tool handle is at a position provided by the currently active custom pivot mode. |
| [Pivot](/engine/6000.6/script-reference/unityeditor/pivotmode/pivot.md)   | The tool handle is on the pivot point of the active object.                          |
