Click or drag to resize

PoolerPoolsByPrefab Field

A dictionary of all pools by their prefab.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static readonly Dictionary<Component, Pool> PoolsByPrefab
Request Example View Source

Field Value

Type: DictionaryComponent, Pool
See Also