# TransformUtils

> Editor Transform Utility Class.

## Definition

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

```csharp
public static class TransformUtils
```

## Static Methods

| Method                                                                                                           | Description                                                                                  |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [GetConstrainProportions](/engine/6000.0/script-reference/unityeditor/transformutils/getconstrainproportions.md) | Returns Constrain Proportions toggle value as it is shown in the Transform Inspector window. |
| [GetInspectorRotation](/engine/6000.0/script-reference/unityeditor/transformutils/getinspectorrotation.md)       | Returns the rotation of a transform as it is shown in the Transform Inspector window.        |
| [SetConstrainProportions](/engine/6000.0/script-reference/unityeditor/transformutils/setconstrainproportions.md) | Sets Constrain Proportions as it would be set in the Transform Inspector window.             |
| [SetInspectorRotation](/engine/6000.0/script-reference/unityeditor/transformutils/setinspectorrotation.md)       | Sets the rotation of a transform as it would be set by the Transform Inspector window.       |
