Click or drag to resize

PoolerGetOrCreatePool Method (PoolGroup, Component)

Get a pool or create it in a particular group if it doesn't exist.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Pool GetOrCreatePool(
	PoolGroup group,
	Component prefab
)
Request Example View Source

Parameters

group
Type: Kit.PoolingPoolGroup
prefab
Type: Component

Return Value

Type: Pool
See Also