C# Class SampleClient.SampleGame

This is the main type for your game.
Inheritance: Microsoft.Xna.Framework.Game
Datei anzeigen Open project: OctoAwesome/monogameui Class Usage Examples

Public Methods

Method Description
SampleGame ( ) : System

Protected Methods

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

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

SampleGame() public method

public SampleGame ( ) : System
return System

Update() protected method

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