docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct NetworkMetricsContext

    Caching structure to track network metrics related information.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Netcode.Transports.UTP
    Assembly: Unity.Netcode.Runtime.dll
    Syntax
    public struct NetworkMetricsContext

    Fields

    PacketReceivedCount

    The number of packet received.

    Declaration
    public uint PacketReceivedCount
    Field Value
    Type Description
    uint

    PacketSentCount

    The number of packet sent.

    Declaration
    public uint PacketSentCount
    Field Value
    Type Description
    uint
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)