Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RevertAllDownToGroup(int)

Performs all undo operations up to the group index without storing a redo operation in the process.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static void RevertAllDownToGroup(int group)

Parameters

group

Remarks

Additional Resources: Undo.GetCurrentGroup.