TileMap.cellQuadrantSize

The TileMap's quadrant size. Optimizes drawing by batching, using chunks of this size.

  1. long cellQuadrantSize [@property getter]
    struct TileMap
    @nogc nothrow @property
    long
    cellQuadrantSize
    ()
  2. long cellQuadrantSize [@property setter]

Meta