Click or drag to resize

PoolerInfoByGameObject Field

A record of information about pool instances by their game-object. Used in PoolerDestroy(GameObject) to get a GameObject's Pool.

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

Field Value

Type: DictionaryGameObject, PoolInstanceInfo
See Also