Version: 2017.1

NetworkServer.AddExternalConnection

매뉴얼로 전환
public static bool AddExternalConnection (Networking.NetworkConnection conn);

파라미터

conn Network connection to add.

반환

bool True if added.

설명

This accepts a network connection from another external source and adds it to the server.

This connection will use the callbacks registered with the server, and can have players added to it like any other connection.