Enum NetcodeIntegrationTest.HostOrServer
Specifies whether the test should run as a host or server.
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: Unity.Netcode.TestHelpers.Runtime.dll
Syntax
public enum NetcodeIntegrationTest.HostOrServer
Fields
| Name | Description |
|---|---|
| Host | Runs the test as a host. |
| Server | Runs the test as a server. |