Struct XrEyeGazeDataHTC
The XrEyeGazeDataHTC structure returns the state of the eye gaze directions.
Inherited Members
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEyeGazeDataHTC
Fields
gaze
An array of XrSingleEyeGazeDataHTC receiving the returned eye gaze directions.
Declaration
public XrSingleEyeGazeDataHTC[] gaze
Field Value
Type | Description |
---|---|
XrSingleEyeGazeDataHTC[] |
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 the eye gaze information is requested.
Declaration
public XrTime time
Field Value
Type | Description |
---|---|
XrTime |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |