C# Class MonoGameQuest.MonoGameQuest

Inheritance: Microsoft.Xna.Framework.Game
ファイルを表示 Open project: half-ogre/MonoGameQuest Class Usage Examples

Public Methods

Method Description
MonoGameQuest ( ) : Microsoft.Xna.Framework

Protected Methods

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

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

MonoGameQuest() public method

public MonoGameQuest ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Update() protected method

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