Class InteractorRegisteredEventArgs
Event data associated with the event when an Interactor is registered with an XRInteractionManager.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public class InteractorRegisteredEventArgs : BaseRegistrationEventArgs
Properties
| Name | Description |
|---|---|
| containingGroupObject | The Interaction Group that contains the registered Interactor. Will be null if there is no containing Group. |
| interactorObject | The Interactor that was registered. |