Version: 5.3

Undo.RevertAllDownToGroup

매뉴얼로 전환
public static void RevertAllDownToGroup (int group);

파라미터

group The number of the index to merge down to.

설명

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.