Method OnRegistered
OnRegistered(InteractionGroupRegisteredEventArgs)
The XRInteractionManager calls this method when this Interaction Group is registered with it.
Declaration
void OnRegistered(InteractionGroupRegisteredEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| InteractionGroupRegisteredEventArgs | args | Event data containing the Interaction Manager that registered this Interaction Group. |
Remarks
args is only valid during this method call, do not hold a reference to it.