Struct XrEyeGeometricDataHTC
Inherited Members
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEyeGeometricDataHTC
Fields
eyeGeometricData
An array of XrSingleEyeGeometricDataHTC receiving the returned eye geometric data.
Declaration
public XrSingleEyeGeometricDataHTC[] eyeGeometricData
Field Value
Type | Description |
---|---|
XrSingleEyeGeometricDataHTC[] |
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 returned eye data is tracked.
Declaration
public XrTime time
Field Value
Type | Description |
---|---|
XrTime |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |