817 B
817 B
NetworkPoolManager.DestroyPool Method
This destroys an object pool and all of it's objects. Can only be called from the server
Namespace: MLAPI.NetworkingManagerComponents
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void DestroyPool(
string poolName
)
Parameters
- poolName
- Type: System.String
The name of the pool
See Also
Reference
NetworkPoolManager Class
MLAPI.NetworkingManagerComponents Namespace