C# Class DescriptorDemo.DescriptorDemo

Inheritance: Game
ファイルを表示 Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
DescriptorDemo ( ) : System

Add services and set options

DescriptorDemo_Exiting ( object sender, EventArgs e ) : void

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

Protected Methods

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

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

DescriptorDemo_Exiting() public method

public DescriptorDemo_Exiting ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
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

InputDevice_KeyDown() public method

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

Update() protected method

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