Click or drag to resize

PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstance Properties

[This is preliminary documentation and is subject to change.]

The PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstance generic type exposes the following members.

Properties
  NameDescription
Public propertyAcquireMode
Gets or sets the way in which to handle attempts to acquire an object, for which no pool exists.
Public propertyAttachDescendentPools
Gets or sets value indicating whether to attach all descendent pools to the manager on startup.
Public propertyDefaultPoolSettings
Gets the settings that are used when a new pool is created.
Public propertyDontDestroyOnLoad
Gets or sets a value indicating whether the pool manager (and the pools beneath it) will remain in the scene when a new scene is loaded.
Public propertyEnabled
Gets or sets a value indicating whether pooling is enabled.
Protected propertyObjectPools
When overridden in a derived class, gets the internal object pool dictionary, mapping from the source object to its pool.
Public propertyPoolCount
Gets the number of pools attached to the manager.
Public propertyPools
Gets the collection of pools attached to the manager.
Top
See Also