Skip to main content

Struct NetworkMetricsContext

Caching structure to track network metrics related information.

Inherited Members#

System.ValueType.Equals(System.Object)

System.ValueType.GetHashCode()

System.ValueType.ToString()

System.Object.Equals(System.Object, System.Object)

System.Object.GetType()

System.Object.ReferenceEquals(System.Object, System.Object)

Namespace: Unity.Netcode.Transports.UTP#
Assembly: MLAPI.dll#
Syntax#
public struct NetworkMetricsContext

Fields#

PacketReceivedCount#

The number of packet received.

Declaration#
public uint PacketReceivedCount
Field Value#
TypeDescription
System.UInt32

PacketSentCount#

The number of packet sent.

Declaration#
public uint PacketSentCount
Field Value#
TypeDescription
System.UInt32