Click or drag to resize

PoolManagerSettingsTPoolSettings, TSource Class

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

Inheritance Hierarchy
SystemObject
  Umbrace.Unity.PurePoolPoolManagerSettingsTPoolSettings, TSource
    Umbrace.Unity.PurePoolComponentPoolManagerSettings
    Umbrace.Unity.PurePoolGameObjectPoolManagerSettings

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public abstract class PoolManagerSettings<TPoolSettings, TSource>
where TPoolSettings : SharedPoolSettings<TSource>

Type Parameters

TPoolSettings
The type of settings used by individual pools.
TSource
The type of object being pooled.

The PoolManagerSettingsTPoolSettings, TSource type exposes the following members.

Constructors
  NameDescription
Protected methodPoolManagerSettingsTPoolSettings, TSource
Initialises a new instance of the PoolManagerSettingsTPoolSettings, TSource class.
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also