C# Class MonoGame.Extended.FramesPerSecondCounterComponent

Inheritance: DrawableGameComponent
Datei anzeigen Open project: craftworkgames/MonoGame.Extended Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
FramesPerSecondCounterComponent ( Game game ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

FramesPerSecondCounterComponent() public method

public FramesPerSecondCounterComponent ( Game game ) : Microsoft.Xna.Framework
game Game
return Microsoft.Xna.Framework

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void