docs.unity3d.com
    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 — Terms of use
    Generated by DocFX
    on 26 October 2023