API ReferenceSandbox.Helpers
IUndoSystemProviderclass
Implemented by `Editor.Widget`s that contain an `Sandbox.Helpers.IUndoSystem`. When an undo / redo shortcut is pressed with the editor window in focus, it'll look for a descendant widget implementing this interface with the most recent timestamp to undo / redo.
object→IUndoSystemProvider
Properties1
Showing 1 properties
public virtual Sandbox.Helpers.IUndoSystem Sandbox.Helpers.IUndoSystemProvider.UndoSystem { get; set; }
Undo system that this widget is responsible for. Can be null.
No results match this filter.