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.
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
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.