docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate NetworkPipelineStage.ReceiveDelegate

    Receive method of the pipeline stage.

    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public delegate void NetworkPipelineStage.ReceiveDelegate(ref NetworkPipelineContext ctx, ref InboundRecvBuffer inboundBuffer, ref NetworkPipelineStage.Requests requests, int systemHeadersSize)
    Parameters
    Type Name Description
    NetworkPipelineContext ctx

    Context for the pipeline stage.

    InboundRecvBuffer inboundBuffer

    Buffer for the received packet.

    NetworkPipelineStage.Requests requests

    Requests of the pipeline stage.

    int systemHeadersSize

    Total header size for the pipeline.

    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)