Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Undo.RevertAllDownToGroup

public static void RevertAllDownToGroup(int group);

Parameters

group The number of the index to merge down to.

Description

Performs all undo operations up to the group index.

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

See Also: Undo.GetCurrentGroup.