Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Undo.RevertAllDownToGroup

Declaration

public static void RevertAllDownToGroup(int group);

Description

Performs all undo operations up to the group index without storing a redo operation in the process.

Additional resources: Undo.GetCurrentGroup.