Delegate CustomMessagingManager.UnnamedMessageDelegate
Delegate used for incoming unnamed messages
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate void CustomMessagingManager.UnnamedMessageDelegate(ulong clientId, FastBufferReader reader)
Parameters
Type | Name | Description |
---|---|---|
ulong | clientId | The clientId that sent the message |
FastBufferReader | reader | The stream containing the message data |