Table of Contents

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 PrefabPool

The prefab pool associated with the event.

go GameObject

The game object involved in the event.