Class InteractorRegisteredEventArgs
Event data associated with the event when an Interactor is registered with an XRInteractionManager.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public class InteractorRegisteredEventArgs : BaseRegistrationEventArgs
Properties
containingGroupObject
The Interaction Group that contains the registered Interactor. Will be null if there is no containing Group.
Declaration
public IXRInteractionGroup containingGroupObject { get; set; }
Property Value
| Type | Description |
|---|---|
| IXRInteractionGroup |
interactorObject
The Interactor that was registered.
Declaration
public IXRInteractor interactorObject { get; set; }
Property Value
| Type | Description |
|---|---|
| IXRInteractor |