Class CommandAction
Inheritance
System.Object
CommandAction
Syntax
public class CommandAction : GUIAction
Constructors
CommandAction(String)
Declaration
public CommandAction(string commandName)
Parameters
| Type |
Name |
Description |
| System.String |
commandName |
|
Fields
onCommand
Declaration
public Action<IGUIState> onCommand
Field Value
Methods
GetFinishContidtion(IGUIState)
Declaration
protected override bool GetFinishContidtion(IGUIState guiState)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetTriggerContidtion(IGUIState)
Declaration
protected override bool GetTriggerContidtion(IGUIState guiState)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
OnFinish(IGUIState)
Declaration
protected override void OnFinish(IGUIState guiState)
Parameters
Overrides