docs.unity.cn
    Show / Hide Table of Contents

    Class BaseInteractionEventArgs

    Event data associated with an interaction event between an Interactor and Interactable.

    Inheritance
    Object
    BaseInteractionEventArgs
    ActivateEventArgs
    DeactivateEventArgs
    HoverEnterEventArgs
    HoverExitEventArgs
    SelectEnterEventArgs
    SelectExitEventArgs
    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public abstract class BaseInteractionEventArgs : object

    Properties

    interactable

    The Interactable associated with the interaction event.

    Declaration
    public XRBaseInteractable interactable { get; set; }
    Property Value
    Type Description
    XRBaseInteractable

    interactor

    The Interactor associated with the interaction event.

    Declaration
    public XRBaseInteractor interactor { get; set; }
    Property Value
    Type Description
    XRBaseInteractor
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021