PoolBehaviour.OnDespawned Method

Ultimate Pooling

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
Syntax
public 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