Delegate PrefabPoolDelegate
- Namespace
- TAssetBundle.Extensions
- Assembly
- TAssetBundle.Extensions.dll
Delegate for handling prefab pool events.
public delegate void PrefabPoolDelegate(PrefabPool pool, GameObject go)
Parameters
poolPrefabPoolThe prefab pool associated with the event.
goGameObjectThe game object involved in the event.