Class NetworkConnectionState
The high-level network connection state.
Inheritance
System.Object
NetworkConnectionState
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkConnectionState : Enum
Fields
Connected
Connection has been made.
Declaration
public const NetworkConnectionState Connected
Field Value
NetworkConnectionState
|
Connecting
Connection process was started but not yet finished.
Declaration
public const NetworkConnectionState Connecting
Field Value
NetworkConnectionState
|
Disconnected
Connection ended.
Declaration
public const NetworkConnectionState Disconnected
Field Value
NetworkConnectionState
|
Disconnecting
Disconnection process was started but not yet finished.
Declaration
public const NetworkConnectionState Disconnecting
Field Value
NetworkConnectionState
|
Offline
Not connected.
Declaration
public const NetworkConnectionState Offline
Field Value
NetworkConnectionState
|
value__
Declaration
public int value__
Field Value
System.Int32
|