Function TileMap.cellQuadrantSize
The TileMap's quadrant size. Optimizes drawing by batching, using chunks of this size.
long cellQuadrantSize() nothrow @property @nogc;
void cellQuadrantSize
(
long v
) nothrow @property @nogc;