C# Class DescriptorDemo.DescriptorDemo

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

Méthodes publiques

Méthode Description
DescriptorDemo ( ) : System

Add services and set options

DescriptorDemo_Exiting ( object sender, EventArgs e ) : void

InputDevice_KeyDown ( object sender, Fusion.Input.InputDevice e ) : void

Méthodes protégées

Méthode Description
Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void

Draw stuff here

Initialize ( ) : void

Load stuff here

Update ( Fusion.GameTime gameTime ) : void

Update stuff here

Method Details

DescriptorDemo() public méthode

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

DescriptorDemo_Exiting() public méthode

public DescriptorDemo_Exiting ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Draw() protected méthode

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

Initialize() protected méthode

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

InputDevice_KeyDown() public méthode

public InputDevice_KeyDown ( object sender, Fusion.Input.InputDevice e ) : void
sender object
e Fusion.Input.InputDevice
Résultat void

Update() protected méthode

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