Unity.Networking.Transport.Utilities.ApplyMode
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: transport.dll#
SyntaxName | Description |
---|---|
AllPackets | Apply simulation (delay, jitter, packet loss, duplication, fuzz etc) to both sent and received packets. Recommended mode. |
Off | For runtime toggling. |
ReceivedPacketsOnly | Default to ensure no breaking changes with SimulatorPipelineStageInSend deprecation. |
SentPacketsOnly |