Click or drag to resize

IPoolTDespawn Method

Despawns an instance of the type T and marks it for reuse.

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

Parameters

target
Type: T
The instance to despawn.
See Also