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