Struct UnityTransport.SimulatorParameters
Parameters for the Network Simulator
Inherited Members
Namespace: Unity.Netcode.Transports.UTP
Assembly: solution.dll
Syntax
[Serializable]
public struct UnityTransport.SimulatorParameters
Fields
| Name | Description |
|---|---|
| PacketDelayMS | Delay to add to every send and received packet (in milliseconds). Only applies in the editor and in development builds. The value is ignored in production builds. |
| PacketDropRate | Percentage of sent and received packets to drop. Only applies in the editor and in the editor and in developments builds. |
| PacketJitterMS | Jitter (random variation) to add/substract to the packet delay (in milliseconds). Only applies in the editor and in development builds. The value is ignored in production builds. |