TileMap.cellQuadrantSize

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

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

Meta