Struct QosStatsResult
Namespace: Unity.Networking.QoS
Syntax
public struct QosStatsResult
Constructors
QosStatsResult(Int32, Single)
Declaration
public QosStatsResult(int latencyMs, float packetLoss)
Parameters
Type | Name | Description |
---|---|---|
Int32 | latencyMs | |
Single | packetLoss |
Fields
LatencyMs
Declaration
public int LatencyMs
Field Value
Type | Description |
---|---|
Int32 |
PacketLoss
Declaration
public float PacketLoss
Field Value
Type | Description |
---|---|
Single |
Methods
IsValid()
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
Boolean |