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