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