Class TimeIntegrationTest
Tests the times of two clients connecting to a server using the SIPTransport (returns 50ms RTT but has no latency simulation)
Inheritance
TimeIntegrationTest
Syntax
public class TimeIntegrationTest : NetcodeIntegrationTest
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
OnSetIntegrationTestMode()
Declaration
protected override NetcodeIntegrationTest.NetworkManagerInstatiationMode OnSetIntegrationTestMode()
Returns
Overrides
OnTearDown()
Declaration
protected override IEnumerator OnTearDown()
Returns
Overrides
TestTimeIntegrationTest(Int32, UInt32)
Declaration
public IEnumerator TestTimeIntegrationTest(int targetFrameRate, uint tickRate)
Parameters
Type |
Name |
Description |
Int32 |
targetFrameRate |
|
UInt32 |
tickRate |
|
Returns