Click or drag to resize

PoolGroupContainsPool Method

Return whether a pool is a part of this group.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool ContainsPool(
	Pool pool
)
Request Example View Source

Parameters

pool
Type: Kit.PoolingPool

Return Value

Type: Boolean
See Also