docs.unity3d.com
    Show / Hide Table of Contents

    Class XRGazeAssistance.InteractorData

    Contains all the references to objects needed to mediate gaze fallback for a particular ray interactor.

    Inheritance
    Object
    XRGazeAssistance.InteractorData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    [Serializable]
    public sealed class InteractorData

    Properties

    fallback

    If this interactor is currently having its ray data modified to the gaze fallback.

    Declaration
    public bool fallback { get; }
    Property Value
    Type Description
    Boolean

    interactor

    The interactor that can fall back to gaze data.

    Declaration
    public Object interactor { get; set; }
    Property Value
    Type Description
    Object

    teleportRay

    Changes mediation behavior to account for teleportation controls.

    Declaration
    public bool teleportRay { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023