docs.unity.cn
    Show / Hide Table of Contents

    Class InteractableUnregisteredEventArgs

    Event data associated with the event when an Interactable is unregistered from an XRInteractionManager.

    Inheritance
    Object
    BaseRegistrationEventArgs
    InteractableUnregisteredEventArgs
    Inherited Members
    BaseRegistrationEventArgs.manager
    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
    public class InteractableUnregisteredEventArgs : BaseRegistrationEventArgs

    Properties

    interactable

    (Deprecated) The Interactable that was unregistered.

    Declaration
    [Obsolete("interactable has been deprecated. Use interactableObject instead.")]
    public XRBaseInteractable interactable { get; set; }
    Property Value
    Type Description
    XRBaseInteractable
    Remarks

    interactable has been deprecated. Use interactableObject instead.

    interactableObject

    The Interactable that was unregistered.

    Declaration
    public IXRInteractable interactableObject { get; set; }
    Property Value
    Type Description
    IXRInteractable
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use