Method GetNetworkServerSettings
GetNetworkServerSettings(int)
Return a set of internal default settings. This will use the NetworkSimulator parameters set by PlayMode Tools.
Declaration
public static NetworkSettings GetNetworkServerSettings(int playerCount = 0)
Parameters
Type | Name | Description |
---|---|---|
int | playerCount | Amount of players the server should allocate receive and send queue for. The estimation is that each player will receive 4 packets. |
Returns
Type | Description |
---|---|
NetworkSettings | Parameters that describe the network configuration. |