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