Interface IUndoAction
Interface for Undo() actions.
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public interface IUndoAction : IHistoryAction
Methods
Do()
Performs this action.
Declaration
void Do()
Undo()
Undoes this action.
Declaration
void Undo()