docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkPipelineStage.ReceiveDelegate

    The receive delegate

    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, April 27, 2023