Ultimate Pooling Scripting Reference
PoolManagerhasPool Method |
Returns true if there is an existing pool for the specified prefab type.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

public bool hasPool( Object prefab )
function hasPool(prefab);
Parameters
- prefab
- Type: Object
The prefab to check for
Return Value
Type: BooleanTrue if the specified prefab is already associated with a pool group
