Class ClientNetworkTimeSystemTests
Tests for running a NetworkTimeSystem as a client.
Inherited Members
Namespace: Unity.Netcode.EditorTests
Assembly: solution.dll
Syntax
public class ClientNetworkTimeSystemTests
Methods
| Name | Description |
|---|---|
| ResetTest() | Tests whether time resets when there is a huge spike in RTT and is able to stabilize again. |
| RttCatchupSlowdownTest() | Tests whether local time can speed up and slow down to catch up when RTT changes. |
| StableRttTest() | Tests whether time is stable if RTT is stable. |