C# Class InstancingDemo2.InstancingDemo2

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

Public Methods

Method Description
InstancingDemo2 ( ) : System

Add services and set options

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Kill stuff here

Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void

Draw stuff here

Initialize ( ) : void

Load stuff here

Update ( Fusion.GameTime gameTime ) : void

Update stuff here

Private Methods

Method Description
FusionGame_Exiting ( object sender, EventArgs e ) : void

Save configuration on exit.

InputDevice_KeyDown ( object sender, Fusion e ) : void

Handle keys for each demo

InstancingDemo2_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 ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void
gameTime Fusion.GameTime
stereoEye StereoEye
return void

Initialize() protected method

Load stuff here
protected Initialize ( ) : void
return void

InstancingDemo2() public method

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

Update() protected method

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