C# Class BulletMLSample.Game1

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: babelshift/BulletMLLib Class Usage Examples

Public Properties

Property Type Description
graphics GraphicsDeviceManager
myship Myship
parser BulletMLLib.BulletMLParser
rand System.Random

Public Methods

Method Description
Game1 ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : 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

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : 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

Property Details

graphics public static property

public static GraphicsDeviceManager graphics
return GraphicsDeviceManager

myship public static property

public static Myship,BulletMLSample myship
return Myship

parser public static property

public static BulletMLParser,BulletMLLib parser
return BulletMLLib.BulletMLParser

rand public static property

public static Random,System rand
return System.Random