docs.unity.cn
    Show / Hide Table of Contents

    Struct ReliableUtility.PacketInformation

    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 PacketInformation

    Fields

    HeaderPadding

    Declaration
    public ushort HeaderPadding
    Field Value
    Type Description
    UInt16

    SendTime

    Declaration
    public long SendTime
    Field Value
    Type Description
    Int64

    SequenceId

    Declaration
    public int SequenceId
    Field Value
    Type Description
    Int32

    Size

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