ObjectPool<T>.activeItems
Property in ObjectPool<T>
Declaration
public List<T> activeItems { get; }Description
The list of objects currently being used (Read only).
public List<T> activeItems { get; }The list of objects currently being used (Read only).