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