Ultimate Pooling Scripting Reference
PoolManagerfindPool Method (Object) |
Find the pool for the specified prefab.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

public PoolGroup findPool( Object prefab )
function findPool(prefab);
Parameters
- prefab
- Type: Object
The prefab to find the pool for
Return Value
Type: PoolGroupAn insatnce of the pool group responsible for the specified prefab
