Pure Pool - Object Pooling by Umbrace
Pure Pool - Object Pooling by Umbrace
Namespaces
Umbrace.Unity.PurePool
GenericObjectPool(T) Class
GenericObjectPool(T) Methods
Acquire Method
Clear Method
Contains Method
Fill Method
GetItems Method
OnCanAcquireChanged Method
OnCountChanged Method
OnObjectAcquired Method
OnObjectDestroyed Method
OnObjectInstantiated Method
OnObjectReleased Method
Release Method
Remove Method
SetSize Method
TryAcquire Method
GenericObjectPool
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
public
void
GetItems
(
List
<T>
list
)
Parameters
list
Type:
System.Collections.Generic
List
T
The existing list in which the items should be stored.
Implements
IObjectPool
T
GetItems(List
T
)
See Also
Reference
GenericObjectPool
T
Class
Umbrace.Unity.PurePool Namespace
GenericObjectPool
T
Items
Send comments on this topic to
[email protected]