Pure Pool - Object Pooling by Umbrace
Pure Pool - Object Pooling by Umbrace
Namespaces
Umbrace.Unity.PurePool
SerialisableObjectPool(T) Class
SerialisableObjectPool(T) Methods
Acquire Method
Clear Method
Contains Method
Fill Method
GetItems Method
GetObjectFactory Method
Initialise Method
OnAfterDeserialize Method
OnBeforeSerialize Method
OnCanAcquireChanged Method
OnCountChanged Method
OnInitialised Method
OnObjectAcquired Method
OnObjectDestroyed Method
OnObjectInstantiated Method
OnObjectReleased Method
Release Method
ReleaseInternal Method
Remove Method
SetSize Method
TryAcquire Method
SerialisableObjectPool
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
SerialisableObjectPool
T
Class
Umbrace.Unity.PurePool Namespace
SerialisableObjectPool
T
Items
Send comments on this topic to
[email protected]