Struct XrHandTrackerCreateInfoEXT
The XrHandTrackerCreateInfoEXT structure describes the information to create an XrHandTrackerEXT handle.
Inherited Members
Namespace: VIVE.OpenXR.Hand
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrHandTrackerCreateInfoEXT
Constructors
XrHandTrackerCreateInfoEXT(XrStructureType, IntPtr, XrHandEXT, XrHandJointSetEXT)
Declaration
public XrHandTrackerCreateInfoEXT(XrStructureType in_type, IntPtr in_next, XrHandEXT in_hand, XrHandJointSetEXT in_handJointSet)
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. No such structures are defined in core OpenXR or this extension. |
XrHandEXT | in_hand | An XrHandEXT which describes which hand the tracker is tracking. |
XrHandJointSetEXT | in_handJointSet | An XrHandJointSetEXT describe the set of hand joints to retrieve. |
Fields
hand
An XrHandEXT which describes which hand the tracker is tracking.
Declaration
public XrHandEXT hand
Field Value
Type | Description |
---|---|
XrHandEXT |
handJointSet
An XrHandJointSetEXT describe the set of hand joints to retrieve.
Declaration
public XrHandJointSetEXT handJointSet
Field Value
Type | Description |
---|---|
XrHandJointSetEXT |
next
NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.
Declaration
public IntPtr next
Field Value
Type | Description |
---|---|
IntPtr |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |