Class NetworkDriverType
Network driver implementations enum. [Deprecated in v1.3]
Inheritance
System.Object
NetworkDriverType
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkDriverType : Enum
Fields
ENet
ENet library based network driver implementation.
Declaration
public const NetworkDriverType ENet
Field Value
NetworkDriverType
|
Undefined
Invalid network driver implementation.
Declaration
public const NetworkDriverType Undefined
Field Value
NetworkDriverType
|
value__
Declaration
public int value__
Field Value
System.Int32
|