IPoolBase Methods |
[This is preliminary documentation and is subject to change.]
The IPoolBase type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears the pool, emptying it of all pooled objects.
(Inherited from IObjectPool.) | |
Fill |
Fills the pool, populating it with pooled objects until it reaches the maximum pool size.
(Inherited from IObjectPool.) | |
Initialise |
Initialises the pool, populating it with the initial number of objects.
| |
SetSize |
Sets the number of objects contained by the pool, either destroying excess pooled objects, or instantiating new ones.
(Inherited from IObjectPool.) |