PoolManager.hasPool Method

Ultimate Pooling

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
Syntax
public bool hasPool(
	Object prefab
)
function hasPool(prefab);

Parameters

prefab
Type: Object
The prefab to check for

Return Value

Type: Boolean
True if the specified prefab is already associated with a pool group
See Also