PoolManager.findPool Method (Object)

Ultimate Pooling

PoolManagerfindPool Method (Object)
Find the pool for the specified prefab.

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

Parameters

prefab
Type: Object
The prefab to find the pool for

Return Value

Type: PoolGroup
An insatnce of the pool group responsible for the specified prefab
See Also