Skip to main content

Delegate CustomMessagingManager.UnnamedMessageDelegate

Delegate used for incoming unnamed messages

Namespace: Unity.Netcode
Assembly: MLAPI.dll
Syntax
public delegate void UnnamedMessageDelegate(ulong clientId, FastBufferReader reader);
Parameters
TypeNameDescription
System.UInt64clientIdThe clientId that sent the message
FastBufferReaderreaderThe stream containing the message data