IPoolReceiver.OnDespawned Method

Ultimate Pooling

IPoolReceiverOnDespawned Method
Called when an object is about to be returned to the pool. Note that this method will not be called when the object is destroyed.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
void OnDespawned(
	PoolGroup pool
)
function OnDespawned(pool);

Parameters

pool
Type: UltimatePoolingPoolGroup
See Also