Click or drag to resize

GameObjectPoolTSpawnInternal Method

Recycles or creates a object if there's one available without calling OnSpawned(T).

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

Return Value

Type: T
The spawned object.
See Also