This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

GestureNavigationEvent

struct in UnityEngine.Experimental.XR

/

Implemented in:UnityEngine.XRModule

Description

Event data for navigation gesture.

Properties

eventStateThe state of the gesture that triggered this event.
gestureTrackingCoordinatesThe 3D coordinates that this navigation gesture moved through.
inputDeviceThe input device that initiated this gesture.
normalizedOffsetThe normalized offset (from 0.0 to 1.0) of this navigation gesture.
pointerPoseThe pointer pose of the device when this gesture happened.
timeThe local time at which this event occurred.
validFieldsWhich fields in this struct valid for this event.