to Tile Image
fun Iterable<Pair<Position, Tile>>.toTileImage(size: Size, tileset: TilesetResource): TileImage
Content copied to clipboard
Transforms an Iterable of Position to Tiles to a TileImage with the given size and tileset.
fun Map<Position, Tile>.toTileImage(size: Size, tileset: TilesetResource): TileImage
Content copied to clipboard
Transforms the given Map to a TileImage with the given size and tileset.