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