docs.unity.cn
    Show / Hide Table of Contents

    Delegate CustomMessagingManager.UnnamedMessageDelegate

    Delegate used for incoming unnamed messages

    Namespace: Unity.Netcode
    Syntax
    public delegate void UnnamedMessageDelegate(ulong clientId, FastBufferReader reader);
    Parameters
    Type Name Description
    UInt64 clientId

    The clientId that sent the message

    FastBufferReader reader

    The stream containing the message data

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use