C# Class SmallerBackbuffer.Game1

Inheritance: Microsoft.Xna.Framework.Game
ファイルを表示 Open project: Hitcents/MonoGame-Repros Class Usage Examples

Public Methods

Method Description
Game1 ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void

Method Details

Draw() protected method

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

Game1() public method

public Game1 ( ) : System
return System

LoadContent() protected method

protected LoadContent ( ) : void
return void