Click or drag to resize

GameObjectPoolTTakeInstance Method

Take an instance out of the pool.

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

Return Value

Type: T
A pooled instance.
Remarks
Important note Important
Instances taken out of the pool should not be destroyed, but rather returned to the pool using RevokeInstance(IPooledObject).
See Also