C# Class Danmaku_no_Kyojin.Utils.FrameRateCounter

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
显示文件 Open project: Noxalus/Danmaku-no-Kyojin

Public Methods

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

Protected Methods

Method Description
LoadContent ( ) : void
UnloadContent ( ) : void

Method Details

Draw() public method

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

FrameRateCounter() public method

public FrameRateCounter ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() public method

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