Class NetworkClient
High-level network client object (local or connected to the server).
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkClient : Object
Constructors
NetworkClient()
Properties
ClientId
Unique client identifier.
Declaration
[Unmanaged]
public uint ClientId { get; }
Property Value
System.UInt32
|
Connection
Local peer connection.
Declaration
[Unmanaged]
public NetworkConnection Connection { get; }
Property Value
NetworkConnection
|
State
Client connection state.
Declaration
[Unmanaged]
public NetworkConnectionState State { get; }
Property Value
NetworkConnectionState
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|