Property | Type | Description | |
---|---|---|---|
endMouseX | int | ||
endMouseY | int | ||
mouseX | int | ||
mouseY | int | ||
rectDefaultColor | Color | ||
rectPaintColor | Color | ||
rectSelectColor | Color | ||
tool | MapEditorTools |
Method | Description | |
---|---|---|
FillBlocks ( int x, int y, short originalBlock, short newBlock ) : void | ||
GLBorderBlocks ( int w, int h ) : System | ||
MouseDown ( MapEditorTools Tool ) : void | ||
MouseLeave ( ) : void | ||
MouseMove ( int x, int y ) : void | ||
MouseUp ( MapEditorTools Tool ) : void | ||
Paint ( int w, int h ) : void | ||
PaintBlocksToBorder ( short blockArray, int x, int y, int w, int h ) : void | ||
StoreChangesToUndoBufferAndRedraw ( ) : void |
Method | Description | |
---|---|---|
Paint ( ) : void | ||
Render ( ) : void | ||
SetupViewport ( ) : void |
public FillBlocks ( int x, int y, short originalBlock, short newBlock ) : void | ||
x | int | |
y | int | |
originalBlock | short | |
newBlock | short | |
return | void |
public GLBorderBlocks ( int w, int h ) : System | ||
w | int | |
h | int | |
return | System |
public MouseDown ( MapEditorTools Tool ) : void | ||
Tool | MapEditorTools | |
return | void |
public MouseUp ( MapEditorTools Tool ) : void | ||
Tool | MapEditorTools | |
return | void |
public PaintBlocksToBorder ( short blockArray, int x, int y, int w, int h ) : void | ||
blockArray | short | |
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public StoreChangesToUndoBufferAndRedraw ( ) : void | ||
return | void |