Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SadConsole
FPSCounterComponent
C# Class SadConsole.FPSCounterComponent
A component to draw how many frames per second the engine is performing at.
Inheritance:
Microsoft.Xna.Framework.DrawableGameComponent
Datei anzeigen
Open project: Thraka/SadConsole
Public Methods
Method
Description
Draw
(
GameTime
gameTime
) :
void
FPSCounterComponent
(
Microsoft
game
) :
System
Update
(
GameTime
gameTime
) :
void
Method Details
Draw()
public
method
public
Draw
(
GameTime
gameTime
) :
void
gameTime
GameTime
return
void
FPSCounterComponent()
public
method
public
FPSCounterComponent
(
Microsoft
game
) :
System
game
Microsoft
return
System
Update()
public
method
public
Update
(
GameTime
gameTime
) :
void
gameTime
GameTime
return
void