C# Class ComputeDemo.SortDemo

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

Méthodes publiques

Méthode Description
FusionGame_Exiting ( object sender, EventArgs e ) : void

Save configuration on exit.

InputDevice_KeyDown ( object sender, Fusion e ) : void

Handle keys for each demo

SetConstants ( uint iLevel, uint iLevelMask, uint iWidth, uint iHeight ) : void

SortDemo ( ) : System

ComputeDemo constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Initialize ( ) : void

Add services :

Update ( Fusion.GameTime gameTime ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() protected méthode

protected Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void
gameTime Fusion.GameTime
stereoEye StereoEye
Résultat void

FusionGame_Exiting() public méthode

Save configuration on exit.
public FusionGame_Exiting ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Initialize() protected méthode

Add services :
protected Initialize ( ) : void
Résultat void

InputDevice_KeyDown() public méthode

Handle keys for each demo
public InputDevice_KeyDown ( object sender, Fusion e ) : void
sender object
e Fusion
Résultat void

SetConstants() public méthode

public SetConstants ( uint iLevel, uint iLevelMask, uint iWidth, uint iHeight ) : void
iLevel uint
iLevelMask uint
iWidth uint
iHeight uint
Résultat void

SortDemo() public méthode

ComputeDemo constructor
public SortDemo ( ) : System
Résultat System

Update() protected méthode

protected Update ( Fusion.GameTime gameTime ) : void
gameTime Fusion.GameTime
Résultat void