C# Class Shooter.Testing_Tools.FPSHandling

Show file Open project: JoeyTheAsian/Just-Force

Public Properties

Property Type Description
frames int

Protected Properties

Property Type Description
FPSSample Queue
avgFPS int

Public Methods

Method Description
AddSample ( int s ) : void
FPSHandling ( ) : System
UpdateFPS ( ) : string

Method Details

AddSample() public method

public AddSample ( int s ) : void
s int
return void

FPSHandling() public method

public FPSHandling ( ) : System
return System

UpdateFPS() public method

public UpdateFPS ( ) : string
return string

Property Details

FPSSample protected property

protected Queue FPSSample
return Queue

avgFPS protected property

protected int avgFPS
return int

frames public property

public int frames
return int