Interface IQosMeasurements
Represents raw QoS measurement data collected for communication with a server.
Namespace: Unity.Services.Qos
Assembly: Unity.Services.QoS.dll
Syntax
public interface IQosMeasurements
Properties
AverageLatencyMs
Average latency of QoS measurements to the region.
Declaration
int AverageLatencyMs { get; }
Property Value
| Type | Description |
|---|---|
| int | A positive integer, in milliseconds. |
PacketLossPercent
Fraction of packets that did not receive a response from the server.
Declaration
float PacketLossPercent { get; }
Property Value
| Type | Description |
|---|---|
| float | A float in the range 0.0f to 1.0f (0% to 100%). |