Version: 2017.3

HostTopology.AddSpecialConnectionConfig

매뉴얼로 전환
public int AddSpecialConnectionConfig (Networking.ConnectionConfig config);

파라미터

config Connection config for special connection.

반환

int Id of this connection. You should use this id when you call NetworkTransport.Connect.

설명

Add special connection to topology (for example if you need to keep connection to standalone chat server you will need to use this function). Returned id should be use as one of parameters (with ip and port) to establish connection to this server.