Class IntegrationTestSpawning
Inheritance
IntegrationTestSpawning
Assembly: solution.dll
Syntax
public class IntegrationTestSpawning : NetcodeIntegrationTest
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
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
OnSetIntegrationTestMode()
Declaration
protected override NetcodeIntegrationTest.NetworkManagerInstatiationMode OnSetIntegrationTestMode()
Returns
Overrides
TestDespawnNetworkObjects()
Declaration
[UnityTestAttribute]
public IEnumerator TestDespawnNetworkObjects()
Returns
TestRelativeNetworkObjects()
Declaration
[UnityTestAttribute]
public IEnumerator TestRelativeNetworkObjects()
Returns