Interface IHistoryAction
Interface for HistoryStack actions.
Namespace: FlaxEditor.History
Assembly: FlaxEngine.CSharp.dll
Syntax
public interface IHistoryAction
Properties
ActionString
Name or key of performed action
Declaration
string ActionString { get; }
Property Value
System.String
|
Methods
Dispose()
Releases unmanaged and - optionally - managed resources.
Declaration
void Dispose()