Class TimeoutFrameCountHelper
This can be used in place of TimeoutHelper if you suspect a test is having issues on a system where the frame rate is running slow than expected and allowing a certain number of frame updates is required.
Inherited Members
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: solution.dll
Syntax
public class TimeoutFrameCountHelper : TimeoutHelper
Constructors
| Name | Description |
|---|---|
| TimeoutFrameCountHelper(float, uint) |
Methods
| Name | Description |
|---|---|
| GetFrameCount() | |
| OnHasTimedOut() | |
| OnStart() | |
| OnStop() |