| PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceCreatePool Method (TPoolSettings) | 
 [This is preliminary documentation and is subject to change.]
            Creates a new pool using the specified settings, and attaches it to the manager.
            The pool is created on a child object of the manager's game object.
            
 
    Namespace: 
   Umbrace.Unity.PurePool
    Assembly:
   Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic TPool CreatePool(
	TPoolSettings settings
)
Parameters
- settings
- Type: TPoolSettings
 The settings to create the pool with.
Return Value
Type: 
TPoolThe newly-created pool.
 See Also
See Also