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