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