Method | Description | |
---|---|---|
GetTile ( int tileset, int index ) : |
Gets tile graphics using tile index.
|
|
GetTileGraphics ( int tileset, int grindex ) : |
||
GetTileOverlay ( int tileset, |
Returns image representing overlay portion of tile.
|
|
GetTileUnderlay ( int tileset, |
Returns image representing underlay portion of tile.
|
|
GetTileset ( int index ) : AlbLib.Imaging.RawImage[] |
Loads tileset as an array of RawImages.
|
Method | Description | |
---|---|---|
LoadTileset ( int index ) : RawImage[] |
public static GetTile ( int tileset, int index ) : |
||
tileset | int | /// Zero-based tileset index. /// |
index | int | /// Overlay or underlay. /// |
return |
public static GetTileGraphics ( int tileset, int grindex ) : |
||
tileset | int | |
grindex | int | |
return |
public static GetTileOverlay ( int tileset, |
||
tileset | int | /// Zero-based tileset index. /// |
tile | /// Tile. /// | |
return |
public static GetTileUnderlay ( int tileset, |
||
tileset | int | /// Zero-based tileset index. /// |
tile | /// Tile. /// | |
return |
public static GetTileset ( int index ) : AlbLib.Imaging.RawImage[] | ||
index | int | /// Zero-based tileset index. /// |
return | AlbLib.Imaging.RawImage[] |