C# Class TerrainGeneration.TerrainGenerationVisualiser

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: geofftnz/TestBench1

Private Properties

Property Type Description
DrawTile void
GetSaveFileName string
UpdateTileData void
UpdateTileDataPass2 void
WasPressed bool
WasPressed bool

Public Methods

Method Description
TerrainGenerationVisualiser ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

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

TerrainGenerationVisualiser() public method

public TerrainGenerationVisualiser ( ) : System
return System

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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