Click or drag to resize

GameObjectPoolT_queue Field

The queue of cached instances.

Namespace:  RavingBots.MagicGestures.Utils.ObjectPooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
private readonly Queue<T> _queue

Field Value

Type: QueueT
See Also