UltimatePool.despawn Method

Ultimate Pooling

UltimatePooldespawn Method
Overload List
  Name Description
Public method Static member despawn(Object)
Direct replacement for 'Object.Destroy' for pooling. Allows the specified instance to be returned to the pool and re-used at a later time.
Public method Static member despawn(Object, Single)
Direct overload replacement for 'Object.Destroy' for pooling. Allows the specified instance to be returned to the pool and re-used at a later time.
Top
See Also