Function HeightMapShape.mapWidth

Width of the height map data. Changing this will resize the mapData.

long mapWidth() nothrow @property @nogc;

void mapWidth (
  long v
) nothrow @property @nogc;