docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FragmentationPipelineStage.FragContext

    The fragmentation stage's internal context.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct FragmentationPipelineStage.FragContext

    Fields

    endIndex

    Ending index.

    Declaration
    public int endIndex
    Field Value
    Type Description
    int

    packetError

    Whether there's an error with a packet.

    Declaration
    public bool packetError
    Field Value
    Type Description
    bool

    sequence

    Sequence number.

    Declaration
    public int sequence
    Field Value
    Type Description
    int

    startIndex

    Starting index.

    Declaration
    public int startIndex
    Field Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2025 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)