Version: 2017.1
public bool SetConnectionAtIndex (Networking.NetworkConnection conn);

파라미터

conn A new connection object.

반환

bool True if added.

설명

This adds a connection created by external code to the server's list of connections, at the connection's connectionId index.

Connections are usually added automatically, this is a low-level function for the rare special case of externally created connections.