IPoolCallbackReceiver
Interface in Arbor.ObjectPooling
Description
Interface receiving ObjectPool callback
Remarks
You can receive callbacks by defining this interface for MonoBehaviour added to the game object under pool management (including child).
Methods
Method Name | Description |
---|---|
OnPoolResume | Called when resuming. |
OnPoolSleep | Called when stored in the pool. |