Struct XrHandJointsLocateInfoEXT
The XrHandJointsLocateInfoEXT structure describes the information to locate hand joints.
Inherited Members
Namespace: VIVE.OpenXR.Hand
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrHandJointsLocateInfoEXT
Constructors
XrHandJointsLocateInfoEXT(XrStructureType, IntPtr, XrSpace, XrTime)
Declaration
public XrHandJointsLocateInfoEXT(XrStructureType in_type, IntPtr in_next, XrSpace in_baseSpace, XrTime in_time)
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. |
XrSpace | in_baseSpace | An XrSpace within which the returned hand joint locations will be represented. |
XrTime | in_time | An XrTime at which to locate the hand joints. |
Fields
baseSpace
An XrSpace within which the returned hand joint locations will be represented.
Declaration
public XrSpace baseSpace
Field Value
Type | Description |
---|---|
XrSpace |
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 |
time
An XrTime at which to locate the hand joints.
Declaration
public XrTime time
Field Value
Type | Description |
---|---|
XrTime |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |