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 © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, March 31, 2022
    Terms of use