PerformUndo()
Perform an Undo operation.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static void PerformUndo()
Remarks
This performs a undo operation. It is the same as clicking on the Edit->Undo menu. Additional Resources: Undo.PerformRedo.