docs.unity.cn
    Show / Hide Table of Contents

    Struct ReliableUtility.Statistics

    Namespace: Unity.Networking.Transport.Utilities
    Syntax
    public struct Statistics

    Fields

    PacketsDropped

    Declaration
    public int PacketsDropped
    Field Value
    Type Description
    Int32

    PacketsDuplicated

    Declaration
    public int PacketsDuplicated
    Field Value
    Type Description
    Int32

    PacketsOutOfOrder

    Declaration
    public int PacketsOutOfOrder
    Field Value
    Type Description
    Int32

    PacketsReceived

    Declaration
    public int PacketsReceived
    Field Value
    Type Description
    Int32

    PacketsResent

    Declaration
    public int PacketsResent
    Field Value
    Type Description
    Int32

    PacketsSent

    Declaration
    public int PacketsSent
    Field Value
    Type Description
    Int32

    PacketsStale

    Declaration
    public int PacketsStale
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, March 31, 2022
    Terms of use