docs.unity.cn
    Show / Hide Table of Contents

    Struct ReliableUtility.PacketHeader

    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
    [Obsolete("Will be removed in Unity Transport 2.0.")]
    public struct PacketHeader

    Fields

    AckedSequenceId

    Declaration
    public ushort AckedSequenceId
    Field Value
    Type Description
    UInt16

    AckMask

    Declaration
    public uint AckMask
    Field Value
    Type Description
    UInt32

    ProcessingTime

    Declaration
    public ushort ProcessingTime
    Field Value
    Type Description
    UInt16

    SequenceId

    Declaration
    public ushort SequenceId
    Field Value
    Type Description
    UInt16

    Type

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