C# Class Ctrl_Space.Graphics.FPS

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Exibir arquivo Open project: vkd/Ctrl-Space

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
FPS ( Microsoft.Xna.Framework.Game game, Vector2 position ) : Microsoft.Xna.Framework
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

FPS() public method

public FPS ( Microsoft.Xna.Framework.Game game, Vector2 position ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
position Microsoft.Xna.Framework.Vector2
return Microsoft.Xna.Framework

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void