示例#1
0
 public float GetLoss()
 {
     return(client_peer != null?Mathf.Clamp(client_peer.GetNetStats().packetlossLastSecond * 1000f, 0, 100) : 0);
 }