Enum NetcodeIntegrationTest.HostOrServer
Typically used with NUnit.Framework.TestFixtureAttribute to define what kind of authority NetworkManager to use.
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: Unity.Netcode.Runtime.Tests.dll
Syntax
public enum NetcodeIntegrationTest.HostOrServer
Fields
| Name | Description |
|---|---|
| DAHost | Denotes that distributed authority is being used. |
| Host | Denotes to use a Host. |
| Server | Denotes to use a Server. |