mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
b86a611674
* moving all guides to Articles folder * updating toc for root and articles * fixing toc * css on side toc * fixing links on index
9 lines
357 B
Markdown
9 lines
357 B
Markdown
# Network Ping Display
|
|
|
|
Network Ping Display shows the Ping time for clients using OnGUI.
|
|
|
|
The Ping time is the moving average of the of the (RTT) Round-trip delay time. RTT is calculated by the PingMessage/PongMessage between the client and server.
|
|
|
|
![Inspector](NetworkPingDisplay.png)
|
|
|
|
See [Clock Synchronization](../Guides/ClockSync.md) for more info. |