Click or drag to resize

PoolGroupRemovePool Method

Remove a pool from this group.

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

Parameters

pool
Type: Kit.PoolingPool

Return Value

Type: Boolean
Whether the pool was successfully removed.
See Also