Event pointerMove
This occurs while a UI pointer is moving over elements.
Namespace: UnityEngine.XR.Interaction.Toolkit.UI
Assembly: solution.dll
Syntax
public event Action<GameObject, PointerEventData> pointerMove
Returns
| Type | Description |
|---|---|
| Action<GameObject, PointerEventData> |
Remarks
This may induce performance penalties due to the frequency in which this event gets called and should be used with that consideration in mind. Only invoked in Unity 2021.1 and newer.