Click or drag to resize

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
C#
public TPool CreatePool(
	TPoolSettings settings
)

Parameters

settings
Type: TPoolSettings
The settings to create the pool with.

Return Value

Type: TPool
The newly-created pool.
See Also