Class NetworkSimulatorPresets
Static class containing the built-in presets to configure and simulate network conditions.
Inherited Members
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 |
HomeCable
Preset that simulates a cable home broadband connection.
Declaration
public static readonly NetworkSimulatorPreset HomeCable
Field Value
Type | Description |
---|---|
NetworkSimulatorPreset |
HomeCongestedNetwork
Preset that simulates a congested home broadband connection which is being used around its maximum capacity by multiple devices.
Declaration
public static readonly NetworkSimulatorPreset HomeCongestedNetwork
Field Value
Type | Description |
---|---|
NetworkSimulatorPreset |
HomeDSL
Preset that simulates a DSL home connection.
Declaration
public static readonly NetworkSimulatorPreset HomeDSL
Field Value
Type | Description |
---|---|
NetworkSimulatorPreset |
HomeOptical
Preset that simulates an optical home broadband connection.
Declaration
public static readonly NetworkSimulatorPreset HomeOptical
Field Value
Type | Description |
---|---|
NetworkSimulatorPreset |
HomeSatellite
Preset that simulates a satellite home connection.
Declaration
public static readonly NetworkSimulatorPreset HomeSatellite
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[] |