Property | Type | Description | |
---|---|---|---|
endMouseX | int | ||
endMouseY | int | ||
height | int | ||
mouseX | int | ||
mouseY | int | ||
movementPerms | Spritesheet | ||
rectDefaultColor | Color | ||
rectPaintColor | Color | ||
rectSelectColor | Color | ||
tool | MapEditorTools | ||
width | int |
Method | Description | |
---|---|---|
FillBlocks ( int x, int y, short originalBlock, short newBlock ) : void | ||
FillPerms ( int x, int y, byte originalPerm, byte newPerm ) : void | ||
GLMapEditor ( 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 | ||
PaintBlocksToMap ( short blockArray, int x, int y, int w, int h ) : void | ||
PaintPermsToMap ( byte permsArray, int x, int y, int w, int h ) : void | ||
RedrawAllChunks ( ) : void | ||
StoreChangesToUndoBufferAndRedraw ( ) : void |
Method | Description | |
---|---|---|
PreRender ( ) : 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 FillPerms ( int x, int y, byte originalPerm, byte newPerm ) : void | ||
x | int | |
y | int | |
originalPerm | byte | |
newPerm | byte | |
return | void |
public MouseDown ( MapEditorTools Tool ) : void | ||
Tool | MapEditorTools | |
return | void |
public MouseUp ( MapEditorTools Tool ) : void | ||
Tool | MapEditorTools | |
return | void |
public PaintBlocksToMap ( short blockArray, int x, int y, int w, int h ) : void | ||
blockArray | short | |
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public PaintPermsToMap ( byte permsArray, int x, int y, int w, int h ) : void | ||
permsArray | byte | |
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public StoreChangesToUndoBufferAndRedraw ( ) : void | ||
return | void |