Class IntegrationTestSpawning
Inheritance
IntegrationTestSpawning
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class IntegrationTestSpawning : NetcodeIntegrationTest
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
OnServerAndClientsConnected()
Declaration
protected override IEnumerator OnServerAndClientsConnected()
Returns
Overrides
OnServerAndClientsCreated()
Declaration
protected override void OnServerAndClientsCreated()
Overrides
OnSetIntegrationTestMode()
Declaration
protected override NetcodeIntegrationTest.NetworkManagerInstatiationMode OnSetIntegrationTestMode()
Returns
Overrides
TestDespawnNetworkObjects()
Declaration
[UnityTest]
[Order(2)]
public IEnumerator TestDespawnNetworkObjects()
Returns
TestRelativeNetworkObjects()
Declaration
[UnityTest]
[Order(1)]
public IEnumerator TestRelativeNetworkObjects()
Returns