Version: 5.6
public bool IsClientConnected ();

반환

bool True if the NetworkManagers client is connected to a server.

설명

This checks if the NetworkManager has a client and that it is connected to a server.

This is more specific than NetworkClient.isActive, which will be true if there are any clients active, rather than just the NetworkManager's client.