# PivotManager

> Manages pivot mode, rotation, and other configurable settings of editor pivots.

## Definition

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

```csharp
public static class PivotManager
```

## Static Properties

| Property                                                                                                         | Description                                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| [defaultPivotModeType](/engine/6000.7/script-reference/unityeditor/pivotmanager/defaultpivotmodetype.md)         | The type of the default built-in pivot mode used during initialization and as a fallback when no other mode is set or valid.              |
| [defaultPivotRotationType](/engine/6000.7/script-reference/unityeditor/pivotmanager/defaultpivotrotationtype.md) | The type of the default built-in pivot rotation type used during initialization and as a fallback when no other rotation is set or valid. |

## Static Methods

| Method                                                                                                       | Description                                           |
| ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- |
| [GetActivePivotMode](/engine/6000.7/script-reference/unityeditor/pivotmanager/getactivepivotmode.md)         | Gets the currently active pivot mode.                 |
| [GetActivePivotRotation](/engine/6000.7/script-reference/unityeditor/pivotmanager/getactivepivotrotation.md) | Gets the currently active pivot rotation.             |
| [SetActivePivotMode](/engine/6000.7/script-reference/unityeditor/pivotmanager/setactivepivotmode.md)         | Sets the active pivot mode to the specified type.     |
| [SetActivePivotRotation](/engine/6000.7/script-reference/unityeditor/pivotmanager/setactivepivotrotation.md) | Sets the active pivot rotation to the specified type. |

## Static Events

| Member                                                                                                               | Description                                    |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [activePivotModeChanged](/engine/6000.7/script-reference/unityeditor/pivotmanager/activepivotmodechanged.md)         | Raised when the active pivot mode changes.     |
| [activePivotRotationChanged](/engine/6000.7/script-reference/unityeditor/pivotmanager/activepivotrotationchanged.md) | Raised when the active pivot rotation changes. |
