Delegate ProductAddressableLoader.PostInstantiateProductHandler
Post instantiate product handler
Namespace: Unity.Industrial.Forma.Core.AddressableSources
Syntax
public delegate void PostInstantiateProductHandler(AsyncOperationHandle<GameObject> asyncOperation, GameObject instance, bool addToCache);
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOperationHandle<GameObject> | asyncOperation | |
| GameObject | instance | |
| Boolean | addToCache |