Method Release
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Release(T)
Releases the specified object back to the pool.
public void Release(T obj)
Parameters
objTThe object to release.
Releases the specified object back to the pool.
public void Release(T obj)
obj TThe object to release.