C# Class SpriteDemo.SpriteDemo

Inheritance: Game
Datei anzeigen Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
SpriteDemo ( ) : System

Add services and set options

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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
InputDevice_KeyDown ( object sender, Fusion.Input.InputDevice e ) : void

LoadContent ( ) : void

SpriteDemo_Exiting ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

SpriteDemo() public method

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

Update() protected method

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