Property | Type | Description | |
---|---|---|---|
buffer | |||
buffers | System.Drawing.Bitmap[] | ||
paletteOffset | int | ||
palettes | NSMBe4.Palette[] | ||
tileCount | int | ||
tileOffset | int | ||
tiles | ].Tile[ | ||
tileset | NSMBe4.Image2D | ||
width | int |
Property | Type | Description | |
---|---|---|---|
f | NSMBe4.DSFileSystem.File |
Method | Description | |
---|---|---|
Tilemap ( NSMBe4.DSFileSystem.File f, int tileWidth, NSMBe4.Image2D i, NSMBe4.Palette pals, int tileOffset, int paletteOffset ) : System | ||
beginEdit ( ) : void | ||
endEdit ( ) : void | ||
getTileAtPos ( int x, int y ) : Tile | ||
reRender ( int xMin, int yMin, int width, int height ) : |
||
reRenderAll ( ) : |
||
render ( ) : |
||
save ( ) : void | ||
shortToTile ( ushort u ) : Tile | ||
tileToShort ( Tile t ) : ushort | ||
updateBuffers ( ) : void |
Method | Description | |
---|---|---|
load ( ) : void |
public Tilemap ( NSMBe4.DSFileSystem.File f, int tileWidth, NSMBe4.Image2D i, NSMBe4.Palette pals, int tileOffset, int paletteOffset ) : System | ||
f | NSMBe4.DSFileSystem.File | |
tileWidth | int | |
i | NSMBe4.Image2D | |
pals | NSMBe4.Palette | |
tileOffset | int | |
paletteOffset | int | |
return | System |
public reRender ( int xMin, int yMin, int width, int height ) : |
||
xMin | int | |
yMin | int | |
width | int | |
height | int | |
return |