docs.unity.cn
    Show / Hide Table of Contents

    Class EyeGazeInteraction.EyeGazeDevice

    An Input System device based off the Eye Gaze Interaction Profile. Enabled through EyeGazeInteraction.

    Inheritance
    Object
    OpenXRDevice
    EyeGazeInteraction.EyeGazeDevice
    Namespace: UnityEngine.XR.OpenXR.Features.Interactions
    Syntax
    public class EyeGazeDevice : OpenXRDevice

    Properties

    pose

    A PoseControl representing the UnityEngine.XR.OpenXR.Features.Interactions.EyeGazeInteraction.pose OpenXR binding.

    Declaration
    public PoseControl pose { get; }
    Property Value
    Type Description
    PoseControl

    Methods

    FinishSetup()

    See InputControl.FinishSetup

    Declaration
    protected override void FinishSetup()
    Overrides
    OpenXRDevice.FinishSetup()
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use