C# Class MidpointDisplacementDemo.TextureDemoGame

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: willcraftia/TestXna Class Usage Examples

Méthodes publiques

Méthode Description
TextureDemoGame ( ) : System

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
DrawHeightMapMesh ( int x, int y ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

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

DrawHeightMapMesh() protected méthode

protected DrawHeightMapMesh ( int x, int y ) : void
x int
y int
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

TextureDemoGame() public méthode

public TextureDemoGame ( ) : System
Résultat System

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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