C# Class Ctrl_Space.Graphics.FPS

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: vkd/Ctrl-Space

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

FPS() public méthode

public FPS ( Microsoft.Xna.Framework.Game game, Vector2 position ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
position Microsoft.Xna.Framework.Vector2
Résultat Microsoft.Xna.Framework

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void