Click or drag to resize

PoolHelperDespawn Method (Object)

Despawns an instance 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#
public static void Despawn(
	Object target
)
Request Example View Source

Parameters

target
Type: Object
The instance to despawn.
See Also