Click or drag to resize

IPooledObjectPool Property

The pool this object belongs to. Objects cannot be shared between different pools.

Namespace:  RavingBots.MagicGestures.Utils.ObjectPooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IObjectPool Pool { get; set; }

Property Value

Type: IObjectPool
See Also