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 |