Enum ReceiptType
Enum used with MessageHooksConditional and integration testing.
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: Unity.Netcode.Runtime.Tests.dll
Syntax
public enum ReceiptType
Fields
Name | Description |
---|---|
Handled | Denotes a message has been handled. |
Received | Denotes a message has been received. |