Class IntegrationTestPlayers
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class IntegrationTestPlayers : NetcodeIntegrationTest
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
Methods
OnCreatePlayerPrefab()
Override this to add components or adjustments to the default player prefab m_PlayerPrefab
Declaration
protected override void OnCreatePlayerPrefab()
Overrides
OnServerAndClientsConnected()
Invoked after the server and clients have started and verified their connections with each other.
Declaration
protected override IEnumerator OnServerAndClientsConnected()
Returns
Type | Description |
---|---|
IEnumerator |
Overrides
TestClientRelativePlayers()
Declaration
public void TestClientRelativePlayers()