C# Class InstancingDemo2D.InstancingDemo

Inheritance: Game
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
InstancingDemo ( ) : System

Add services and set options

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Kill stuff here

Draw ( GameTime gameTime, StereoEye stereoEye ) : void

Draw stuff here

Initialize ( ) : void

Load stuff here

Update ( GameTime gameTime ) : void

Update stuff here

Private Methods

Méthode Description
InputDevice_KeyDown ( object sender, InputDevice e ) : void

InstancingDemo_Exiting ( object sender, EventArgs e ) : void

InstancingDemo_Reloading ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Kill stuff here
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() protected méthode

Draw stuff here
protected Draw ( GameTime gameTime, StereoEye stereoEye ) : void
gameTime GameTime
stereoEye StereoEye
Résultat void

Initialize() protected méthode

Load stuff here
protected Initialize ( ) : void
Résultat void

InstancingDemo() public méthode

Add services and set options
public InstancingDemo ( ) : System
Résultat System

Update() protected méthode

Update stuff here
protected Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void