C# Class Shooter.Testing_Tools.FPSHandling

Afficher le fichier Open project: JoeyTheAsian/Just-Force

Méthodes publiques

Свойство Type Description
frames int

Protected Properties

Свойство Type Description
FPSSample Queue
avgFPS int

Méthodes publiques

Méthode Description
AddSample ( int s ) : void
FPSHandling ( ) : System
UpdateFPS ( ) : string

Method Details

AddSample() public méthode

public AddSample ( int s ) : void
s int
Résultat void

FPSHandling() public méthode

public FPSHandling ( ) : System
Résultat System

UpdateFPS() public méthode

public UpdateFPS ( ) : string
Résultat string

Property Details

FPSSample protected_oe property

protected Queue FPSSample
Résultat Queue

avgFPS protected_oe property

protected int avgFPS
Résultat int

frames public_oe property

public int frames
Résultat int