Struct XrHandJointLocationEXT
Describes the location and radius of a hand joint. Provided by XR_EXT_hand_tracking.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public readonly struct XrHandJointLocationEXT
Constructors
XrHandJointLocationEXT(ulong, XrPosef, float)
Construct an instance.
Declaration
public XrHandJointLocationEXT(ulong locationFlags, XrPosef pose, float radius)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | locationFlags | A bitfield describing the validity of the pose. |
| XrPosef | pose | The pose of the hand joint. |
| float | radius | The radius of the hand joint in meters. |
Properties
locationFlags
A bitfield of XrSpaceLocationFlags describing the validity of the pose.
Declaration
public ulong locationFlags { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
pose
The pose of the hand joint.
Declaration
public XrPosef pose { get; }
Property Value
| Type | Description |
|---|---|
| XrPosef |
radius
The radius of the hand joint in meters.
Declaration
public float radius { get; }
Property Value
| Type | Description |
|---|---|
| float |