Click or drag to resize

PoolHelperGetPool Method

Gets or creates the pool for the given prefab.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static GameObjectPool<Object> GetPool(
	Object prefab
)
Request Example View Source

Parameters

prefab
Type: Object
The prefab to get a pool for.

Return Value

Type: GameObjectPoolObject
The pool for the prefab.
See Also