docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkPipelineStage.ReceiveDelegate

    Type of the method used for the receive direction of the pipeline.

    Namespace: Unity.Networking.Transport
    Syntax
    public delegate void ReceiveDelegate(ref NetworkPipelineContext ctx, ref InboundRecvBuffer inboundBuffer, ref NetworkPipelineStage.Requests requests, int systemHeadersSize);
    Parameters
    Type Name Description
    NetworkPipelineContext ctx
    InboundRecvBuffer inboundBuffer
    NetworkPipelineStage.Requests requests
    Int32 systemHeadersSize
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, June 1, 2023