public void ConnectWithSimulator (string serverIp, int serverPort, int latency, float packetLoss);

파라미터

serverIpTarget IP address or hostname.
serverPortTarget port number.
latencySimulated latency in milliseconds.
packetLossSimulated packet loss percentage.

설명

Connect client to a NetworkServer instance with simulated latency and packet loss.