docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BaseInteractionEventArgs

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

    Inheritance
    object
    BaseInteractionEventArgs
    ActivateEventArgs
    DeactivateEventArgs
    FocusEnterEventArgs
    FocusExitEventArgs
    HoverEnterEventArgs
    HoverExitEventArgs
    TeleportingEventArgs
    SelectEnterEventArgs
    SelectExitEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.Interaction.Toolkit
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public abstract class BaseInteractionEventArgs

    Properties

    interactableObject

    The Interactable associated with the interaction event.

    Declaration
    public IXRInteractable interactableObject { get; set; }
    Property Value
    Type Description
    IXRInteractable

    interactorObject

    The Interactor associated with the interaction event.

    Declaration
    public IXRInteractor interactorObject { get; set; }
    Property Value
    Type Description
    IXRInteractor
    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)