IObjectPool<T>
Interface for ObjectPools.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Pool
- Assembly: UnityEngine.CoreModule
public interface IObjectPool<T> where T : class
Remarks
Additional Resources: ObjectPool<T>, LinkedPool<T>.
Properties
Property | Description |
|---|---|
| CountInactive | The total amount of items currently in the pool. |