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