API reference

HandJointMap Class

Stores the translation between hand tracked data and the represented joint.

Overview

Data Fields

HandJointId
id[Get]
The unique identifier for the joint.
Transform
The transform that this joint drives.
Vector3
The rotation offset between the hand-tracked joint, and the represented joint.

Properties

Quaternion
Get the rotationOffset as a Quaternion.
Quaternion
Get the raw rotation of the joint, taken from the tracking data.

Details

Fields

HandJointId Oculus.Interaction.HandGrab.Visuals.HandJointMap.id
The unique identifier for the joint.
Transform Oculus.Interaction.HandGrab.Visuals.HandJointMap.transform
The transform that this joint drives.
Vector3 Oculus.Interaction.HandGrab.Visuals.HandJointMap.rotationOffset
The rotation offset between the hand-tracked joint, and the represented joint.

Properties

Quaternion Oculus.Interaction.HandGrab.Visuals.HandJointMap.RotationOffset
Get the rotationOffset as a Quaternion.
Quaternion Oculus.Interaction.HandGrab.Visuals.HandJointMap.TrackedRotation
Get the raw rotation of the joint, taken from the tracking data.