PoolGroup.despawnAll Method (Single)

Ultimate Pooling

PoolGroupdespawnAll Method (Single)
Attempts to reclaim all instances spawned by this pool after the specified time delay. Any instances spawned by this pool will be forcefully returned without warning.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void despawnAll(
	float time
)
function despawnAll(time);

Parameters

time
Type: SystemSingle
The amount of time to wait before despawning all instances
See Also