Click or drag to resize

PooledGameObjectQueued Property

if the object is currently unused and waiting in the pool.

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

Property Value

Type: Boolean

Implements

IPooledObjectQueued
See Also