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) Properties
CanAcquire Property
Count Property
Definition Property
DontDestroyOnLoad Property
Enabled Property
InitialiseOnStart Property
InitialSize Property
InstantiateWhenEmpty Property
IsEmpty Property
IsInitialised Property
Items Property
LogMessages Property
MaximumSize Property
NotificationMode Property
Pool Property
RecordStatistics Property
ReparentPooledObjects Property
Source Property
Statistics Property
WarnOnDestroy Property
PoolBase
TSource
,
TInstance
,
TSettings
IsInitialised Property
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether the pool has been initialised.
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
bool
IsInitialised
{
get
; }
Property Value
Type:
Boolean
Implements
IPoolBase
IsInitialised
Remarks
An initialised pool cannot have its
InitialiseOnStart
property changed.
See Also
Reference
PoolBase
TSource, TInstance, TSettings
Class
Umbrace.Unity.PurePool Namespace
Send comments on this topic to
[email protected]