mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
7e93030849
* adding script that displays ping * fixing style * adding mirror icon * Update Assets/Mirror/Components/NetworkPingDisplay.cs Co-authored-by: MrGadget <chris@clevertech.net> * adding DisallowMultipleComponent * adding docs on NetworkPingDisplay Co-authored-by: MrGadget <chris@clevertech.net>
357 B
357 B
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.
See Clock Synchronization for more info.