PoolBehaviour Methods

Ultimate Pooling

PoolBehaviour Methods

The PoolBehaviour type exposes the following members.

Methods
  Name Description
Public method OnDespawned
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.
Public method OnSpawned
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.
Top
See Also