Class ClickAction
Inheritance
System.Object
ClickAction
Syntax
public class ClickAction : HoveredControlAction
Constructors
ClickAction(Control, Int32, Boolean)
Declaration
public ClickAction(Control control, int button, bool useEvent = true)
Parameters
| Type |
Name |
Description |
| Control |
control |
|
| System.Int32 |
button |
|
| System.Boolean |
useEvent |
|
Fields
clickCount
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
onClick
Declaration
public Action<IGUIState, Control> onClick
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
OnTrigger(IGUIState)
Declaration
protected override void OnTrigger(IGUIState guiState)
Parameters
Overrides