Pure Pool - Object Pooling by Umbrace
Pure Pool - Object Pooling by Umbrace
Namespaces
Umbrace.Unity.PurePool
IObjectPool(T) Interface
IObjectPool(T) Methods
Acquire Method
GetItems Method
Release Method
TryAcquire Method
IObjectPool
T
GetItems Method
[This is preliminary documentation and is subject to change.]
Gets a list of items currently contained by the pool, and stores them in the specified
List
T
.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
Copy
void
GetItems
(
List
<T>
list
)
Parameters
list
Type:
System.Collections.Generic
List
T
The existing list in which the items should be stored.
See Also
Reference
IObjectPool
T
Interface
Umbrace.Unity.PurePool Namespace
IObjectPool
T
Items
Send comments on this topic to
[email protected]