PoolGroup.spawn Method

Ultimate Pooling

PoolGroupspawn Method
Spawn an instance from the pool.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Object spawn()
function spawn();

Return Value

Type: Object
An instance of a pooled object
See Also