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