Class NetworkObjectSpawnManyObjectsTests
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class NetworkObjectSpawnManyObjectsTests : NetcodeIntegrationTest
Properties
NumberOfClients
Gets the number of clients to be created for the integration test.
Declaration
protected override int NumberOfClients { get; }
Property Value
| Type | Description |
|---|---|
| int |
Overrides
Methods
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
WhenManyObjectsAreSpawnedAtOnce_AllAreReceived()
Declaration
[UnityTest]
public IEnumerator WhenManyObjectsAreSpawnedAtOnce_AllAreReceived()
Returns
| Type | Description |
|---|---|
| IEnumerator |