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