Gaze Interaction System
Search Results for

    Show / Hide Table of Contents

    Delegate GazeInteractable.OnEnter

    Delegate for handling the gaze enter event.

    Namespace: TS.GazeInteraction
    Assembly: .dll
    Syntax
    public delegate void GazeInteractable.OnEnter(GazeInteractable interactable, GazeInteractor interactor, Vector3 point)
    Parameters
    Type Name Description
    GazeInteractable interactable

    The interactable object.

    GazeInteractor interactor

    The gaze interactor.

    Vector3 point

    The point where the gaze entered.

    In This Article
    Back to top Generated by DocFX