Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public class UndoTracker : SessionSingletonSO<UndoTracker>
public UndoTracker()
public int CurrentIndex
public static event Action<UndoTracker.UndoPropertyModificationGroup[]> OnObjectValueModified
public static event Action<List<Object>> OnRedoPerformed
public static event Action<List<Object>> OnUndoPerformed