Struct XrEyePupilDataHTC
The XrEyePupilDataHTC structure returns the pupil data.
Inherited Members
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEyePupilDataHTC
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 |
pupilData
An array of XrSingleEyePupilDataHTC receiving the returned pupil data.
Declaration
public XrSingleEyePupilDataHTC[] pupilData
Field Value
Type | Description |
---|---|
XrSingleEyePupilDataHTC[] |
time
An XrTime at which the pupil data was captured.
Declaration
public XrTime time
Field Value
Type | Description |
---|---|
XrTime |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |