Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Undo.RevertAllInCurrentGroup

static function RevertAllInCurrentGroup(): void;
static void RevertAllInCurrentGroup();
static def RevertAllInCurrentGroup() as void

Description

Performs the last undo operation but does not record a redo operation.

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