API reference
API reference
Select your platform
No SDKs available
No versions available

Pool Class

A generic pool of objects.
Others
T

Protected Fields

The pool of objects.
The indices of the objects in the pool.
The index of the next object to be retrieved from the pool.

Properties

The number of objects in the pool.
The number of active objects in the pool.
The number of inactive objects in the pool.

Fields

The callbacks to execute when an object is created, retrieved from the pool or released back to it.

Member Functions

Get an object from the pool.
Returns
Release an object back to the pool.
Parameters
t

Protected Functions

Swap the two objects in the pool.
Parameters
i0
Object 1
i1
Object 2
Did you find this page helpful?
Thumbs up icon
Thumbs down icon