VR Magic Gestures AI 1.1
VR Magic Gestures AI 1.1
Class Reference
RavingBots.MagicGestures.Utils.ObjectPooling
GameObjectPool(T) Class
GameObjectPool(T) Methods
Precache Method
RevokeInstance Method
TakeInstance Method
GameObjectPool
T
TakeInstance 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#
Copy
public
T
TakeInstance
()
Return Value
Type:
T
A pooled instance.
Remarks
Important
Instances taken out of the pool should not be destroyed, but rather returned to the pool using
RevokeInstance(IPooledObject)
.
See Also
Reference
GameObjectPool
T
Class
RavingBots.MagicGestures.Utils.ObjectPooling Namespace
(c) 2018 Raving Bots