docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)