Click or drag to resize

PoolTRelease Method

Releases the specified object back to the pool.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Release(
	T obj
)

Parameters

obj
Type: T
The object to release.
See Also