C# Class jxGameFramework.BaseGame

Inheritance: Microsoft.Xna.Framework.Game
ファイルを表示 Open project: jxpxxzj/WarshipGirl Class Usage Examples

Public Methods

Method Description
BaseGame ( Game game ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
BaseGame_Activated ( object sender, EventArgs e ) : void
BaseGame_Deactivated ( object sender, EventArgs e ) : void
BaseGame_Exiting ( object sender, EventArgs e ) : void

Method Details

BaseGame() public method

public BaseGame ( Game game ) : System
game Game
return System

Draw() protected method

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

Initialize() protected method

protected Initialize ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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