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.
 
  
  
    Inheritance
    
    
    TimeoutFrameCountHelper
   
  
  
  Assembly: Unity.Netcode.TestHelpers.Runtime.dll
  Syntax
  
    public class TimeoutFrameCountHelper : TimeoutHelper
   
  Constructors
  
  TimeoutFrameCountHelper(float, uint)
  
  
  Declaration
  
    public TimeoutFrameCountHelper(float timeOutPeriod = 2, uint tickRate = 30)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | float | 
        timeOutPeriod | 
         | 
      
      
        | uint | 
        tickRate | 
         | 
      
    
  
  Methods
  
  GetFrameCount()
  
  
  Declaration
  
    public int GetFrameCount()
   
  Returns
  
  
  OnHasTimedOut()
  
  
  Declaration
  
    protected override bool OnHasTimedOut()
   
  Returns
  
  Overrides
  
  
  OnStart()
  
  
  Declaration
  
    protected override void OnStart()
   
  Overrides
  
  
  OnStop()
  
  
  Declaration
  
    protected override void OnStop()
   
  Overrides