Namespace UnityEngine.XR.Hands.OpenXR
Classes
HandTracking
This OpenXRInteractionFeature enables the use of hand-tracking data in OpenXR through the XRHandSubsystem. It enables XR_EXT_hand_tracking in the underlying runtime. To retrieve hand data, use the XRHandSubsystem retrieved from subsystem.
MetaHandTrackingAim
This OpenXRInteractionFeature enables the use of Meta's hand-tracking aim data in OpenXR. It will not work without also enabling the HandTracking feature. It enables XR_FB_hand_tracking_aim in the underlying runtime. This creates new InputDevices with the HandTracking characteristic where the devicePosition and deviceRotation represent the aim pose exposed by this extension.
MetaHandTrackingWideMotionMode
This OpenXRFeature enables the
XR_META_hand_tracking_wide_motion_mode2 OpenXR extension, which
adds a wide-motion data source to XR_EXT_hand_tracking_data_source.
When enabled, the runtime uses inference algorithms to estimate hand poses
even when hands are outside the normal camera tracking volume.
OpenXRHandExtensions
OpenXR-specific extensions for XR Hands.
OpenXRHandProvider
Hand tracking provider for the OpenXR platform.
OpenXRHandSubsystemManager
Manages the lifecycle of the XRHandSubsystem and updater created by the HandTracking OpenXR feature. Toggle this component's enabled state to start and stop the subsystem.
Structs
HandJointsMotionRangeConfig
Configuration for per-hand motion range constraints. Used with IXRHandConfigurationHandler<TConfig> to stage and query the active motion range on the the hand joints motion range feature.
HandTracking.DestroyingSubsystemEventArgs
Event-args struct passed to destroyingSubsystem when the subsystem is about to be destroyed.
HandTracking.SubsystemCreatedEventArgs
Event-args struct passed to subsystemCreated when the subsystem is created.
HandTrackingDataSourceConfig
Configuration for per-hand preferred hand tracking data sources. Used with IXRHandConfigurationHandler<TConfig> to stage and query preferred sources on the HandTrackingDataSourceFeature.
MetaHandTrackingFrequencyHintConfig
Configuration for the requested hand tracking update frequency. Used with IXRHandConfigurationHandler<TConfig> to stage and query the requested frequency on the Meta hand tracking frequency hint feature.
Enums
HandJointsMotionRange
Specifies the motion range constraint applied to hand joint poses.
Values correspond to the
XrHandJointsMotionRangeEXT enumeration defined by
XR_EXT_hand_joints_motion_range.
HandTrackingDataSource
Identifies the source of hand tracking data reported by the runtime.
Values correspond to the
XrHandTrackingDataSourceEXT enumeration defined by
XR_EXT_hand_tracking_data_source.
MetaHandTrackingFrequencyHint
Enumerates the frequency hints that applications can provide to suggest the desired hand tracking update frequency to the runtime.