This version of Unity is unsupported.

GestureNavigationValidFields

enumeration

Description

Flags indicating which fields of the UnityXRGestureNavigationEvent struct are valid for this event.

Properties

NoneNo values are valid for this event.
TimeThe time value is valid for this event.
DeviceIdThe Device ID is valid for this event.
GestureTrackingCoordinatesThe 3D coordinates that this navigation gesture moved through is valid for this event.
NormalizedOffsetThe normalized offset (from 0.0 to 1.0) of this navigation is valid for this event.
PointerPoseThe pointer pose is valid for this event.