Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RevertAllInCurrentGroup()

Performs the last undo operation but does not record a redo operation.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static void RevertAllInCurrentGroup()

Remarks

This is useful when you want to simply revert the last performed action. In Unity the escape is commonly used to execute this function.