Version: 2017.2

NetworkTransport.ConnectWithSimulator

Cambiar al Manual
public static int ConnectWithSimulator (int hostId, string address, int port, int exeptionConnectionId, out byte error, Networking.ConnectionSimulatorConfig conf);

Parámetros

hostId Host ID associated with this connection (Retrieved when calling NetworkTransport.AddHost).
address IPv4 address of the other peer.
port Port of the other peer.
exeptionConnectionId Set to 0 in the case of a default connection.
error Error (can be cast to NetworkError for more information).
conf A ConnectionSimulatorConfig defined for this connection.

Valor de retorno

int A unique connection identifier on success (otherwise zero).

Descripción

Connect with simulated latency.

Establishes a connection between peers and configures it to simulate Internet latency (only works with the Editor and development builds).