Release(TCollection)
Returns the instance back to the pool.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Pool
- Assembly: UnityEngine.CoreModule
Release(T)
public static void Release(TCollection toRelease)
Parameters
Remarks
If the pool has collection checks enabled and the instance is already held by the pool then an exception will be thrown.