docs.unity3d.com
    Show / Hide Table of Contents

    Class NetworkSimulatorPresets

    Static class containing the built-in presets to configure and simulate network conditions.

    Inheritance
    Object
    NetworkSimulatorPresets
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Multiplayer.Tools.NetworkSimulator.Runtime
    Syntax
    public static class NetworkSimulatorPresets

    Fields

    HomeBroadband

    Preset that simulates a typical home broadband connection.

    Declaration
    public static readonly NetworkSimulatorPreset HomeBroadband
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile2_5G

    Preset that simulates a typical 2.5G (GPRS) mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile2_5G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile2_75G

    Preset that simulates a typical 2.75G (EDGE) mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile2_75G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile2G

    Preset that simulates a typical 2G mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile2G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile3_5G

    Preset that simulates a typical 3.5G (HSDPA/H) mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile3_5G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile3_75G

    Preset that simulates a typical 3.75G (HSPA+/H+) mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile3_75G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile3G

    Preset that simulates a typical 3G mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile3G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile4_5G

    Preset that simulates a typical 4.5G (LTE+) mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile4_5G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile4G

    Preset that simulates a typical 4G (LTE) mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile4G
    Field Value
    Type Description
    NetworkSimulatorPreset

    Mobile5G

    Preset that simulates a typical 5G mobile connection.

    Declaration
    public static readonly NetworkSimulatorPreset Mobile5G
    Field Value
    Type Description
    NetworkSimulatorPreset

    None

    Preset with no network simulation applied.

    Declaration
    public static readonly NetworkSimulatorPreset None
    Field Value
    Type Description
    NetworkSimulatorPreset

    Values

    Contains all available network preset values.

    Declaration
    public static readonly NetworkSimulatorPreset[] Values
    Field Value
    Type Description
    NetworkSimulatorPreset[]
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023