Struct XrHandJointLocationEXT
XrHandJointLocationEXT structure describes the position, orientation, and radius of a hand joint.
Inherited Members
Namespace: VIVE.OpenXR .Hand
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrHandJointLocationEXT
Fields
locationFlags
A bitfield, with bit masks defined in Xr
Declaration
public XrSpaceLocationFlags locationFlags
Field Value
Type | Description |
---|---|
Xr |
pose
An Xr
Declaration
public XrPosef pose
Field Value
Type | Description |
---|---|
Xr |
radius
A float value radius of the corresponding joint in units of meters.
Declaration
public float radius
Field Value
Type | Description |
---|---|
float |