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
Remarks
Additional Resources: Undo.GetCurrentGroup.