Class ClickAction
Represents an Action to process when the user clicks a particular mouse button a certain number of times.
Inherited Members
Namespace: UnityEditor .U2D.Path.GUIFramework
Assembly: solution.dll
Syntax
public class ClickAction : HoveredControlAction
Constructors
Name | Description |
---|---|
Click |
Initializes and returns an instance of ClickAction |
Fields
Name | Description |
---|---|
click |
The number of button clicks required to satisfy the trigger condition |
on |
The Action to execute when the user satisfies the trigger condition. |
Methods
Name | Description |
---|---|
Get |
Checks to see if the finish condition has been met or not. For a ClickAction, this is always |
Get |
Checks to see if the trigger condition has been met or not. |
On |
Calls the methods in its invocation list when the trigger conditions are met. |