Ultimate Pooling Scripting Reference
PoolBehaviourOnSpawned Method |
Called by the managing pool to notify that this object has just been recycled from the pool.
This method will not be called when the object is created for the first time.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

public virtual void OnSpawned( PoolGroup pool )
function OnSpawned(pool);
Parameters
- pool
- Type: UltimatePoolingPoolGroup
[Missing <param name="pool"/> documentation for "M:UltimatePooling.PoolBehaviour.OnSpawned(UltimatePooling.PoolGroup)"]
Implements
IPoolReceiverOnSpawned(PoolGroup)