PoolManager.findPool Method (String)

Ultimate Pooling

PoolManagerfindPool Method (String)
Find the pool for the prefab with the specified name.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public PoolGroup findPool(
	string name
)
function findPool(name);

Parameters

name
Type: SystemString
The name of the prefab to find the pool for

Return Value

Type: PoolGroup
An instance of the pool group responsible for the prefab with the specified name
See Also