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
Clear Method
[This is preliminary documentation and is subject to change.]
Clears the pool, emptying it of all pooled objects.
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
Clear
()
Implements
IObjectPool
Clear
See Also
Reference
SerialisableObjectPool
T
Class
Umbrace.Unity.PurePool Namespace
SerialisableObjectPool
T
SetSize(Int32)
SerialisableObjectPool
T
Fill
Send comments on this topic to
[email protected]