C# Class InstancingDemo2D.InstancingDemo

Inheritance: Game
Show file Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
InstancingDemo ( ) : System

Add services and set options

Protected Methods

Method 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

Method 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 method

Kill stuff here
protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() protected method

Draw stuff here
protected Draw ( GameTime gameTime, StereoEye stereoEye ) : void
gameTime GameTime
stereoEye StereoEye
return void

Initialize() protected method

Load stuff here
protected Initialize ( ) : void
return void

InstancingDemo() public method

Add services and set options
public InstancingDemo ( ) : System
return System

Update() protected method

Update stuff here
protected Update ( GameTime gameTime ) : void
gameTime GameTime
return void