C# Class TerrainGeneration.TerrainGenerationVisualiser

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: geofftnz/TestBench1

Private Properties

Свойство Type Description
DrawTile void
GetSaveFileName string
UpdateTileData void
UpdateTileDataPass2 void
WasPressed bool
WasPressed bool

Méthodes publiques

Méthode Description
TerrainGenerationVisualiser ( ) : System

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
DrawTile ( GameTime gameTime ) : void
GetSaveFileName ( int slot, int pass ) : string
UpdateTileData ( ) : void
UpdateTileDataPass2 ( ) : void
WasPressed ( Keys k ) : bool
WasPressed ( Keys k, bool shift ) : bool

Method Details

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

TerrainGenerationVisualiser() public méthode

public TerrainGenerationVisualiser ( ) : 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