Struct XrSystemHandTrackingPropertiesEXT
An application can inspect whether the system is capable of hand tracking input by extending the XrSystemProperties with XrSystemHandTrackingPropertiesEXT structure when calling xrGetSystemProperties.
Inherited Members
Namespace: VIVE.OpenXR.Hand
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSystemHandTrackingPropertiesEXT
Fields
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 |
supportsHandTracking
An XrBool32, indicating if current system is capable of hand tracking input.
Declaration
public XrBool32 supportsHandTracking
Field Value
Type | Description |
---|---|
XrBool32 |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |