Method | Description | |
---|---|---|
Command ( System.Action doAction, System.Action undoAction ) : System | ||
Command ( System.Action doAction, System.Action undoAction, System.Action redoAction ) : System | ||
Do ( ) : void | ||
Redo ( ) : void | ||
Undo ( ) : void |
public Command ( System.Action doAction, System.Action undoAction ) : System | ||
doAction | System.Action | |
undoAction | System.Action | |
return | System |
public Command ( System.Action doAction, System.Action undoAction, System.Action redoAction ) : System | ||
doAction | System.Action | |
undoAction | System.Action | |
redoAction | System.Action | |
return | System |