Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkClient.ConnectWithSimulator

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

Parameters

serverIp Target IP address or hostname.
serverPort Target port number.
latency Simulated latency in milliseconds.
packetLoss Simulated packet loss percentage.

Description

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