Namespace Unity.Services.Qos
Classes
QosService
Provides an entry point to the QoS Service, enabling clients to measure the quality of service (QoS) in terms of latency and packet loss for various regions.
Interfaces
IQosAnnotatedResult
Represents the results of QoS measurements for a given region with additional annotations.
IQosMeasurements
IQosResult
Represents the results of QoS measurements for a given region.
IQosService
An interface that allows access to QoS measurements. Your game code should use this interface through
QosService.Instance
.
IQosServiceComponent
Component providing the qos service.