C# Class VacuumCleaner.VacuumCleanerMain

Inheritance: TomShane.Neoforce.Controls.Application
Afficher le fichier Open project: Troilk/VacuumCleaner Class Usage Examples

Méthodes publiques

Méthode Description
VacuumCleanerMain ( ) : System

Méthodes protégées

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

Method Details

CreateMainWindow() protected méthode

protected CreateMainWindow ( ) : TomShane.Neoforce.Controls.Window
Résultat TomShane.Neoforce.Controls.Window

CreateRenderTarget() protected méthode

protected CreateRenderTarget ( ) : RenderTarget2D
Résultat Microsoft.Xna.Framework.Graphics.RenderTarget2D

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

VacuumCleanerMain() public méthode

public VacuumCleanerMain ( ) : System
Résultat System