Version 3.3.0.2

UndoTracker class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class UndoTracker : SessionSingletonSO<UndoTracker>
Inheritance

Constructors

UndoTracker()
public UndoTracker()

Fields

CurrentIndex
public int CurrentIndex

Events

OnObjectValueModified
public static event Action<UndoTracker.UndoPropertyModificationGroup[]> OnObjectValueModified
OnRedoPerformed
public static event Action<List<Object>> OnRedoPerformed
OnUndoPerformed
public static event Action<List<Object>> OnUndoPerformed