Ultimate Pooling Scripting Reference
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

void OnDespawned( PoolGroup pool )
function OnDespawned(pool);
Parameters
- pool
- Type: UltimatePoolingPoolGroup
