Struct XrEyeGazeDataInfoHTC
The XrEyeGazeDataInfoHTC structure describes the information to get eye gaze directions.
Inherited Members
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEyeGazeDataInfoHTC
Constructors
XrEyeGazeDataInfoHTC(XrStructureType, IntPtr, XrSpace, XrTime)
Declaration
public XrEyeGazeDataInfoHTC(XrStructureType in_type, IntPtr in_next, XrSpace in_baseSpace, XrTime in_time)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | in_type | The XrStructureType of this structure. |
IntPtr | in_next | NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension. |
XrSpace | in_baseSpace | An XrSpace within which the returned eye poses will be represented. |
XrTime | in_time | An XrTime at which the eye gaze information is requested. |
Fields
baseSpace
An XrSpace within which the returned eye poses will be represented.
Declaration
public XrSpace baseSpace
Field Value
Type | Description |
---|---|
XrSpace |
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 |