Delegate NetcodeIntegrationTestHelpers.MessageHandleCheck
Delegate to handle checking messages
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: Unity.Netcode.Runtime.Tests.dll
Syntax
public delegate bool NetcodeIntegrationTestHelpers.MessageHandleCheck(object receivedMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| object | receivedMessage | The message to check provided as an object. |
Returns
| Type | Description |
|---|---|
| bool | true or false |