Network.GetAveragePingstatic function GetAveragePing (player : NetworkPlayer) : intDescriptionThe last average ping time to the given player in milliseconds. If the player can't be found -1 will be returned. Pings are automatically sent out every couple of seconds.
JavaScript
function OnGUI() { using UnityEngine; import UnityEngine |
