Click or drag to resize

IObjectPoolRevokeInstance Method

Return an instance to the pool.

Namespace:  RavingBots.MagicGestures.Utils.ObjectPooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
void RevokeInstance(
	IPooledObject obj
)

Parameters

obj
Type: RavingBots.MagicGestures.Utils.ObjectPoolingIPooledObject
See Also