Function GridMap.cellSize

The dimensions of the grid's cells. This does not affect the size of the meshes. See cellScale.

Vector3 cellSize() nothrow @property @nogc;

void cellSize (
  Vector3 v
) nothrow @property @nogc;