Delegate GestureRecognizer.TappedEventDelegate
Namespace: UnityEngine.XR.WSA.Input
Assembly: UnityEngine.dll
Syntax
public delegate void TappedEventDelegate(InteractionSourceKind source, int tapCount, Ray headRay);
Parameters
Type | Name | Description |
---|---|---|
InteractionSourceKind | source | |
Int32 | tapCount | |
Ray | headRay |