Commands_NetworkCondition
constructor in Global.Commands_NetworkCondition
Constructors
[TestCase(new object[] { true, 0, 0.4 })]
[TestCase(new object[] { false, 0.4, 0 })]
public Commands_NetworkCondition(bool useReflection, float sendDropProb, float recvDropProb)
Parameters
Type | Name | Description |
---|---|---|
bool | useReflection | |
float | sendDropProb | |
float | recvDropProb |