UltimatePool.despawn Method
From Ultimate Pooling
Ultimate Pooling Scripting Reference
| UltimatePooldespawn Method |
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
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.
|