Event GameObjectInstantiated
Called when a GameObject has been instantiated through the GameObjectUtils versions of
Instantiate.
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static event Action<GameObject> GameObjectInstantiated
Returns
| Type | Description |
|---|---|
| Action<GameObject> |