docs.unity.cn
    Show / Hide Table of Contents

    Struct ReliableUtility.PacketTimers

    Internal packet data structure. Do not use.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Networking.Transport.Utilities
    Syntax
    public struct PacketTimers

    Fields

    Padding

    Declaration
    public ushort Padding
    Field Value
    Type Description
    UInt16

    ProcessingTime

    Declaration
    public ushort ProcessingTime
    Field Value
    Type Description
    UInt16

    ReceiveTime

    Declaration
    public long ReceiveTime
    Field Value
    Type Description
    Int64

    SentTime

    Declaration
    public long SentTime
    Field Value
    Type Description
    Int64

    SequenceId

    Declaration
    public int SequenceId
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 28, 2023