Class NetworkClient
High-level network client object (local or connected to the server).
Inherited Members
NetworkClient
Assembly: FlaxEngine.dll
File: Engine/Networking/NetworkClient.h
Syntax
public class NetworkClient : public ScriptingObject
Fields
ClientId
Unique client identifier.
Declaration
public uint32 ClientId
Field Value
uint32
|
Connection
Local peer connection.
Declaration
public NetworkConnection Connection
Field Value
NetworkConnection
|
State
Client connection state.
Declaration
public NetworkConnectionState State
Field Value
NetworkConnectionState
|
Methods
ToString()
Gets the string representation of this object.
Declaration
public virtual String ToString() const override
Returns
String
|