C# Class fCraft.GUI.DefaultMapGenGui

Inheritance: MapGeneratorGui
Show file Open project: fragmer/fCraft

Public Methods

Method Description
DefaultMapGenGui ( ) : System
GetParameters ( ) : MapGeneratorParameters
OnMapDimensionChange ( int width, int length, int height ) : void
SetParameters ( MapGeneratorParameters generatorParameters ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

DefaultMapGenGui() public method

public DefaultMapGenGui ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetParameters() public method

public GetParameters ( ) : MapGeneratorParameters
return fCraft.MapGeneration.MapGeneratorParameters

OnMapDimensionChange() public method

public OnMapDimensionChange ( int width, int length, int height ) : void
width int
length int
height int
return void

SetParameters() public method

public SetParameters ( MapGeneratorParameters generatorParameters ) : void
generatorParameters fCraft.MapGeneration.MapGeneratorParameters
return void