This version of Unity is unsupported.

UndoRedoInfo

struct in UnityEditor

Description

See Also: Undo.undoRedoEvent.

Properties

isRedoIndicates whether the UndoRedoEvent is an undo or redo event. isRedo is true if the event is a Redo event.
undoGroupThe undo group that the undo or redo event came from.
undoNameThe name of the undo or redo event that has been performed.