An extendable object pool for optimizing performance.
Number of objects to create at the initialization.
Readonly
List of objects.
The number of objects available in the pool.
Gives an object ownership.
Takes an object's ownership. Do not use the taken object and remove all references of it outside otherwise you will get some wierd behaviour.
An extendable object pool for optimizing performance.