PoolGroup.despawn Method (Object)

Ultimate Pooling

PoolGroupdespawn Method (Object)
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
Syntax
public void despawn(
	Object instance
)
function despawn(instance);

Parameters

instance
Type: Object
The instance to despawn
See Also