| GameObjectPoolManagerSettings Class | 
[This is preliminary documentation and is subject to change.]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Umbrace.Unity.PurePool
 Syntax
Syntax[SerializableAttribute] public class GameObjectPoolManagerSettings : PoolManagerSettings<GameObjectPoolSettings, GameObject>
The GameObjectPoolManagerSettings type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GameObjectPoolManagerSettings | 
            Initialises a new instance of the GameObjectPoolManagerSettings class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AcquireMode | (Inherited from PoolManagerSettingsTPoolSettings, TSource.) | 
|  | AttachDescendentPools | (Inherited from PoolManagerSettingsTPoolSettings, TSource.) | 
|  | DefaultPoolSettings | (Inherited from PoolManagerSettingsTPoolSettings, TSource.) | 
|  | DontDestroyOnLoad | (Inherited from PoolManagerSettingsTPoolSettings, TSource.) | 
|  | IsPoolingEnabled | (Inherited from PoolManagerSettingsTPoolSettings, TSource.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also