Class UIInteractorRegisteredEventArgs
Event data associated with the event when a UI interactor is registered with an XRUIInputModule.
Inherited Members
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
interactor
The UI interactor that was registered.
Declaration
public IUIInteractor interactor { get; set; }
Property Value
| Type | Description |
|---|---|
| IUIInteractor |