Class CommandAction
Inheritance
CommandAction
Assembly: Unity.2D.Path.Editor.dll
Syntax
public class CommandAction : GUIAction
Constructors
CommandAction(string)
Declaration
public CommandAction(string commandName)
Parameters
Type |
Name |
Description |
string |
commandName |
|
Fields
onCommand
Declaration
public Action<IGUIState> onCommand
Field Value
Methods
GetFinishContidtion(IGUIState)
Declaration
protected override bool GetFinishContidtion(IGUIState guiState)
Parameters
Returns
Overrides
GetTriggerContidtion(IGUIState)
Declaration
protected override bool GetTriggerContidtion(IGUIState guiState)
Parameters
Returns
Overrides
OnFinish(IGUIState)
Declaration
protected override void OnFinish(IGUIState guiState)
Parameters
Overrides