Click or drag to resize

PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceFindChildPools Method

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

Finds all pools that are parented to 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[] FindChildPools(
	bool includeInactive = true
)

Parameters

includeInactive (Optional)
Type: SystemBoolean
to include pools attached to inactive game objects; otherwise, .

Return Value

Type: TPool
The pools that were found, as an array of TPool.
See Also