Struct XrHandJointLocationsEXT
XrHandJointLocationsEXT structure returns the state of the hand joint locations.
Inherited Members
Namespace: VIVE.OpenXR.Hand
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrHandJointLocationsEXT
Constructors
XrHandJointLocationsEXT(XrStructureType, IntPtr, XrBool32, uint, IntPtr)
Declaration
public XrHandJointLocationsEXT(XrStructureType in_type, IntPtr in_next, XrBool32 in_isActive, uint in_jointCount, IntPtr in_jointLocations)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | in_type | The XrStructureType of this structure. |
IntPtr | in_next | NULL or a pointer to the next structure in a structure chain, such as XrHandJointVelocitiesEXT. |
XrBool32 | in_isActive | An XrBool32 indicating if the hand tracker is actively tracking. |
uint | in_jointCount | A uint32_t describing the count of elements in jointLocations array. |
IntPtr | in_jointLocations | An array of XrHandJointLocationEXT receiving the returned hand joint locations. |
Fields
isActive
An XrBool32 indicating if the hand tracker is actively tracking.
Declaration
public XrBool32 isActive
Field Value
Type | Description |
---|---|
XrBool32 |
jointCount
A uint32_t describing the count of elements in jointLocations array.
Declaration
public uint jointCount
Field Value
Type | Description |
---|---|
uint |
jointLocations
An array of XrHandJointLocationEXT receiving the returned hand joint locations.
Declaration
public IntPtr jointLocations
Field Value
Type | Description |
---|---|
IntPtr |
next
NULL or a pointer to the next structure in a structure chain, such as XrHandJointVelocitiesEXT.
Declaration
public IntPtr next
Field Value
Type | Description |
---|---|
IntPtr |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |