Click or drag to resize

PoolTSpawn Method

Spawns a recycled object if there's one available, otherwise creates a new instance.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T Spawn()
Request Example View Source

Return Value

Type: T
The spawned object.

Implements

IPoolTSpawn
See Also