UndoRedoInfo
Additional Resources: Undo.undoRedoEvent.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Struct
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public struct UndoRedoInfo
Fields
Value | Description |
|---|---|
| undoGroup | The undo group that the undo or redo event came from. |
| undoName | The name of the undo or redo event that has been performed. |
Properties
Property | Description |
|---|---|
| isRedo | Indicates whether the UndoRedoEvent is an undo or redo event. isRedo is true if the event is a Redo event. |