public void ExportTile(TilePath tile, string name) { heightmapGS = tile.LoadHeightGS(); heightmapRGB = tile.LoadHeightRGB(); texture = tile.LoadTexture(); ExportTile(heightmapGS, heightmapRGB, texture, name); }