Class Clickable
Clickable Manipulator, used on Button elements.
Implements
Inherited Members
Clickable.clickedWithEventInfo
Clickable.clicked
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class Clickable : Clickable, IManipulator
Constructors
| Name | Description |
|---|---|
| Clickable(Action) | Constructor. |
| Clickable(Action, long, long) | Constructor. |
| Clickable(Action<EventBase>) | Constructor. |
Methods
| Name | Description |
|---|---|
| ForceActivePseudoState() | Force the active pseudo state on the target element. |
| ProcessMoveEvent(EventBase, Vector2) | This method processes the move event sent to the target Element. |