Event pointerDown
This occurs when a select button down occurs while a UI pointer is hovering an element. This event is executed using ExecuteEvents.ExecuteHierarchy when sent to the target element.
Namespace: UnityEngine.XR.Interaction.Toolkit.UI
Assembly: solution.dll
Syntax
public event Action<GameObject, PointerEventData> pointerDown
Returns
| Type | Description |
|---|---|
| Action<GameObject, PointerEventData> |