Delegate TimingTestHelper.StepCheckResetDelegate
Namespace: Unity.Netcode.EditorTests
Syntax
public delegate void StepCheckResetDelegate(int step, bool reset);
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | step | |
| Boolean | reset |
public delegate void StepCheckResetDelegate(int step, bool reset);
| Type | Name | Description |
|---|---|---|
| Int32 | step | |
| Boolean | reset |