Click or drag to resize

IObjectPool Interface

The interface to an object pool.

Namespace:  RavingBots.MagicGestures.Utils.ObjectPooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IObjectPool

The IObjectPool type exposes the following members.

Methods
  NameDescription
Public methodRevokeInstance
Return an instance to the pool.
Top
Remarks
This doesn't contain TakeInstance as it's a generic method that depends on the pool type.
See Also