Click or drag to resize

PoolTOnSpawned Method

Called when an object has been spawned and removed from the pool.

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

Parameters

target
Type: T
The spawned object.
See Also