Method CreateNewClients
CreateNewClients(int, out NetworkManager[], bool)
Used to add a client to the already existing list of clients
Declaration
public static bool CreateNewClients(int clientCount, out NetworkManager[] clients, bool useMockTransport = false)
Parameters
Type | Name | Description |
---|---|---|
int | clientCount | The amount of clients |
NetworkManager[] | clients | |
bool | useMockTransport |
Returns
Type | Description |
---|---|
bool |