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