Pure Pool - Object Pooling by Umbrace
Pure Pool - Object Pooling by Umbrace
Namespaces
Umbrace.Unity.PurePool
PoolBase(TSource, TInstance, TSettings) Class
PoolBase(TSource, TInstance, TSettings) Methods
Acquire Method
CanInitialise Method
Clear Method
CreateInternalPool Method
CreateSettingsClone Method
DestroyInstance Method
Fill Method
GetItems Method
Grow Method
Initialise Method
OnCanAcquireChanged Method
OnCountChanged Method
OnDestroy Method
OnDestroyed Method
OnInitialised Method
OnObjectAcquired Method
OnObjectDestroyed Method
OnObjectInstantiated Method
OnObjectReleased Method
Release Method
SetSize Method
Shrink Method
Start Method
TryAcquire Method
PoolBase
TSource
,
TInstance
,
TSettings
Acquire Method
[This is preliminary documentation and is subject to change.]
Acquires an instance from the pool.
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
virtual
TInstance
Acquire
()
Return Value
Type:
TInstance
An instance from the pool.
Implements
IObjectPool
T
Acquire
See Also
Reference
PoolBase
TSource, TInstance, TSettings
Class
Umbrace.Unity.PurePool Namespace
PoolBase
TSource, TInstance, TSettings
CanAcquire
PoolBase
TSource, TInstance, TSettings
TryAcquire(TInstance
)
PoolBase
TSource, TInstance, TSettings
Release(TInstance)
Send comments on this topic to
[email protected]