Constructor SimulatorPreset
SimulatorPreset(string, int, int, int, int, string)
Construct a new preset.
Declaration
public SimulatorPreset(string name, int packetDelayMs, int packetJitterMs, int packetLossPercent, int packetFuzzPercent, string tooltip)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| int | packetDelayMs | |
| int | packetJitterMs | |
| int | packetLossPercent | |
| int | packetFuzzPercent | |
| string | tooltip |
SimulatorPreset(string, int, int, int, string)
Construct a new preset.
Declaration
[Obsolete("Use other constructor. (RemovedAfter Entities 1.1)")]
public SimulatorPreset(string name, int packetDelayMs, int packetJitterMs, int packetLossPercent, string tooltip)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| int | packetDelayMs | |
| int | packetJitterMs | |
| int | packetLossPercent | |
| string | tooltip |