메소드 | 설명 | |
---|---|---|
OnMapDimensionChange ( int width, int length, int height ) : void |
Called by parent dialog when map dimension NumericUpDown controls have changed. Used to adjust any settings that may rely on map dimensions for scaling.
|
|
SetParameters ( [ generatorParameters ) : void |
Reads given generator params, and adjusts GUI to reflect them.
|
메소드 | 설명 | |
---|---|---|
MapGeneratorGui ( ) : System | ||
OnParentChanged ( |
메소드 | 설명 | |
---|---|---|
GetParameters ( ) : MapGeneratorParameters | ||
Parent_SizeChanged ( object sender, |
public OnMapDimensionChange ( int width, int length, int height ) : void | ||
width | int | Map width (horizontal, x dimension), in blocks. |
length | int | Map length (horizontal, y dimension), in blocks. |
height | int | Map height (vertical, z dimension), in blocks. |
리턴 | void |
protected OnParentChanged ( |
||
e | ||
리턴 | void |
public SetParameters ( [ generatorParameters ) : void | ||
generatorParameters | [ | Given generation parameters. |
리턴 | void |