C# Class BulletMLSample.Game1

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

Méthodes publiques

Свойство Type Description
graphics GraphicsDeviceManager
myship Myship
parser BulletMLLib.BulletMLParser
rand System.Random

Méthodes publiques

Méthode Description
Game1 ( ) : System

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Game1() public méthode

public Game1 ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

graphics public_oe static_oe property

public static GraphicsDeviceManager graphics
Résultat GraphicsDeviceManager

myship public_oe static_oe property

public static Myship,BulletMLSample myship
Résultat Myship

parser public_oe static_oe property

public static BulletMLParser,BulletMLLib parser
Résultat BulletMLLib.BulletMLParser

rand public_oe static_oe property

public static Random,System rand
Résultat System.Random