Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PerformRedo()

Perform an Redo operation.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
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.