Ultimate Pooling Scripting Reference
PoolGroupdespawn Method (Object, Single) |
Indicates that the specified instance can be returned to the pool and re-used at a later time.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

public void despawn( Object instance, float time )
function despawn(instance, time);
Parameters
- instance
- Type: Object
The instance to despawn - time
- Type: SystemSingle
The amount of time to wait before the object is despawned
