# PerformRedo()

> Perform an Redo operation.

## Definition

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

```csharp
public static void PerformRedo()
```

### Remarks

This performs a redo operation. It is the same as clicking on the Edit->Redo menu. Additional Resources: [Undo.PerformUndo](/engine/6000.0/script-reference/unityeditor/undo/performundo.md).
