PerformUndo()
Perform an Undo operation.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
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.