Property | Type | Description | |
---|---|---|---|
AssignedChunk | Vector3i | ||
ChunkSize | Vector3i | ||
EntityButtons | PictureBox>.Dictionary | ||
Map | IMapHandler | ||
TileEntityButtons | PictureBox>.Dictionary |
Method | Description | |
---|---|---|
Draw ( ) : void | ||
EntityHover ( object sender, EventArgs e ) : void | ||
EntityMouseDown ( object sender, MouseEventArgs e ) : void | ||
MapChunkControl ( ) : System | ||
MapChunkControl ( |
Initialize and set up events for this MapChunk.
|
|
MapChunkControl_Paint ( object sender, PaintEventArgs e ) : void | ||
Render ( ) : void | ||
TileEntityHover ( object sender, EventArgs e ) : void | ||
TileEntityMouseDown ( object sender, MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DrawBlock ( Bitmap &bmp, int x, int y, Color c ) : void | ||
DrawCross ( Graphics &g, Pen p, int x, int y ) : void | ||
Fade ( Image image ) : Image | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EntityHover ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public EntityMouseDown ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public MapChunkControl ( |
||
mc | Parent mapcontrol | |
pos | Vector3i | Position of chunk |
sz | Vector3i | Chunk size |
return | System |
public MapChunkControl_Paint ( object sender, PaintEventArgs e ) : void | ||
sender | object | |
e | PaintEventArgs | |
return | void |
public TileEntityHover ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public TileEntityMouseDown ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |