docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UIInteractorRegisteredEventArgs

    Event data associated with the event when a UI interactor is registered with an XRUIInputModule.

    Inheritance
    object
    UIInteractorRegisteredEventArgs
    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.UI
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public class UIInteractorRegisteredEventArgs
    Remarks

    When an IUIInteractor is registered with the XRUIInputModule, the OnRegistered(UIInteractorRegisteredEventArgs) method and interactorRegistered event are invoked with UIInteractorRegisteredEventArgs as parameters.

    Properties

    inputModule

    The XR UI Input Module associated with the registration event.

    Declaration
    public XRUIInputModule inputModule { get; set; }
    Property Value
    Type Description
    XRUIInputModule
    See Also
    IUIInteractorRegistrationHandler
    XRUIInputModule

    interactor

    The UI interactor that was registered.

    Declaration
    public IUIInteractor interactor { get; set; }
    Property Value
    Type Description
    IUIInteractor
    See Also
    IUIInteractorRegistrationHandler
    XRUIInputModule

    See Also

    IUIInteractorRegistrationHandler
    XRUIInputModule
    In This Article
    Back to top
    Copyright © 2026 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)