Click or drag to resize

IPoolBase Methods

[This is preliminary documentation and is subject to change.]

The IPoolBase type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the pool, emptying it of all pooled objects.
(Inherited from IObjectPool.)
Public methodFill
Fills the pool, populating it with pooled objects until it reaches the maximum pool size.
(Inherited from IObjectPool.)
Public methodInitialise
Initialises the pool, populating it with the initial number of objects.
Public methodSetSize
Sets the number of objects contained by the pool, either destroying excess pooled objects, or instantiating new ones.
(Inherited from IObjectPool.)
Top
See Also