Class IntegrationTestExtended
Inheritance
IntegrationTestExtended
Assembly: solution.dll
Syntax
public class IntegrationTestExtended : NetcodeIntegrationTest
Constructors
IntegrationTestExtended(HostOrServer)
Declaration
public IntegrationTestExtended(NetcodeIntegrationTest.HostOrServer hostOrServer)
Parameters
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
MyFirstIntegationTest()
Declaration
[UnityTestAttribute]
public IEnumerator MyFirstIntegationTest()
Returns
OnServerAndClientsConnected()
Invoked after the server and clients have started and verified
their connections with each other.
Declaration
protected override IEnumerator OnServerAndClientsConnected()
Returns
Overrides
OnServerAndClientsCreated()
This is invoked before the server and client(s) are started.
Override this method if you want to make any adjustments to their
NetworkManager instances.
Declaration
protected override void OnServerAndClientsCreated()
Overrides