Ultimate Pooling Scripting Reference
| PoolBehaviourOnDespawned Method |
Called by the managing pool to notify that this object is about to be returned to the pool.
This method will not be called when the object is about to be destroyed.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic virtual void OnDespawned( PoolGroup pool )
function OnDespawned(pool);
Parameters
- pool
- Type: UltimatePoolingPoolGroup
[Missing <param name="pool"/> documentation for "M:UltimatePooling.PoolBehaviour.OnDespawned(UltimatePooling.PoolGroup)"]
Implements
IPoolReceiverOnDespawned(PoolGroup)
See Also