Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat