Event unregistered
Calls the methods in its invocation list when this Interaction Group is unregistered from an Interaction Manager.
Implements
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public event Action<InteractionGroupUnregisteredEventArgs> unregistered
Returns
| Type | Description |
|---|---|
| Action<InteractionGroupUnregisteredEventArgs> |
Remarks
The InteractionGroupUnregisteredEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.