C# Class VacuumCleaner.VacuumCleanerMain

Inheritance: TomShane.Neoforce.Controls.Application
Datei anzeigen Open project: Troilk/VacuumCleaner Class Usage Examples

Public Methods

Method Description
VacuumCleanerMain ( ) : System

Protected Methods

Method Description
CreateMainWindow ( ) : TomShane.Neoforce.Controls.Window
CreateRenderTarget ( ) : RenderTarget2D
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

CreateMainWindow() protected method

protected CreateMainWindow ( ) : TomShane.Neoforce.Controls.Window
return TomShane.Neoforce.Controls.Window

CreateRenderTarget() protected method

protected CreateRenderTarget ( ) : RenderTarget2D
return Microsoft.Xna.Framework.Graphics.RenderTarget2D

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

VacuumCleanerMain() public method

public VacuumCleanerMain ( ) : System
return System