Ultimate Pooling Scripting Reference
| UltimatePoolbatchDespawn Method |
Overload List
| Name | Description | |
|---|---|---|
|
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.
|
|
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.
|
See Also