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