Ultimate Pooling Scripting Reference
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

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: PoolGroupAn instance of the pool group responsible for the prefab with the specified name
