Struct XrSingleEyeGazeDataHTC
The XrSingleEyeGazeDataHTC structure describes the validity and direction of a eye gaze observation.
Inherited Members
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSingleEyeGazeDataHTC
Constructors
XrSingleEyeGazeDataHTC(XrBool32, XrPosef)
Declaration
public XrSingleEyeGazeDataHTC(XrBool32 in_isValid, XrPosef in_gazePose)
Parameters
Type | Name | Description |
---|---|---|
XrBool32 | in_isValid | An XrBool32 indicating if the returned gazePose is valid. Callers should check the validity of pose prior to use. |
XrPosef | in_gazePose | An XrPosef describing the position and orientation of the user's eye. The pose is represented in the coordinate system provided by XrEyeGazeDataInfoHTC::baseSpace. |
Fields
gazePose
An XrPosef describing the position and orientation of the user's eye. The pose is represented in the coordinate system provided by XrEyeGazeDataInfoHTC::baseSpace.
Declaration
public XrPosef gazePose
Field Value
Type | Description |
---|---|
XrPosef |
isValid
An XrBool32 indicating if the returned gazePose is valid. Callers should check the validity of pose prior to use.
Declaration
public XrBool32 isValid
Field Value
Type | Description |
---|---|
XrBool32 |