UltimatePool.batchDespawn Method

Ultimate Pooling

UltimatePoolbatchDespawn Method
Overload List
  Name Description
Public method Static member batchDespawn(IEnumerableComponent)
Attempts to Despawn all objects and return them to their pool group. Important: All objects in the enumerable collection must have been spawned from the same pool group. If you attempt to return instances from multiple pools using this method then you will invalidate all associated pool groups.
Public method Static member batchDespawn(IEnumerableGameObject)
Attempts to Despawn all objects and return them to their pool group. Important: All objects in the enumerable collection must have been spawned from the same pool group. If you attempt to return instances from multiple pools using this method then you will invalidate all associated pool groups.
Top
See Also