Enum AndroidOpenXRFaceTrackingStates
The Android-OpenXR representation of platform-specific eye gaze data.
Namespace: UnityEngine.XR.OpenXR.Features.Android
Assembly: Unity.XR.AndroidOpenXR.dll
Syntax
[Flags]
public enum AndroidOpenXRFaceTrackingStates
Fields
Name | Description |
---|---|
LeftEyeGazing | The left eye is gazing. This flag is mutually exclusive with LeftEyeShut. |
LeftEyePoseValid | The pose data for the left eye is valid and was updated this frame. |
LeftEyeShut | The left eye is shut. This flag is mutually exclusive with LeftEyeGazing. |
None | Nothing represented in this enum is valid. |
RightEyeGazing | The right eye is gazing. This flag is mutually exclusive with RightEyeShut. |
RightEyePoseValid | The pose data for the right eye is valid and was updated this frame. |
RightEyeShut | The right eye is shut. This flag is mutually exclusive with RightEyeGazing. |