Property | Type | Description | |
---|---|---|---|
DrawTile | void | ||
GetSaveFileName | string | ||
UpdateTileData | void | ||
UpdateTileDataPass2 | void | ||
WasPressed | bool | ||
WasPressed | bool |
Method | Description | |
---|---|---|
TerrainGenerationVisualiser ( ) : System |
Method | Description | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
UnloadContent ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
DrawTile ( |
||
GetSaveFileName ( int slot, int pass ) : string | ||
UpdateTileData ( ) : void | ||
UpdateTileDataPass2 ( ) : void | ||
WasPressed ( Keys k ) : bool | ||
WasPressed ( Keys k, bool shift ) : bool |
protected Draw ( |
||
gameTime | ||
return | void |
public TerrainGenerationVisualiser ( ) : System | ||
return | System |
protected Update ( |
||
gameTime | ||
return | void |