docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkSendInterface.BeginSendMessageDelegate

    Invoked from the lower level library at the beginning of the message sending routine.

    Namespace: Unity.Networking.Transport
    Syntax
    public delegate int BeginSendMessageDelegate(out NetworkInterfaceSendHandle handle, IntPtr userData, int requiredPayloadSize);
    Parameters
    Type Name Description
    NetworkInterfaceSendHandle handle
    IntPtr userData
    Int32 requiredPayloadSize
    Returns
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023