GridMap.cellScale

The scale of the cell items. This does not affect the size of the grid cells themselves, only the items in them. This can be used to make cell items overlap their neighbors.

  1. double cellScale [@property getter]
    struct GridMap
    @nogc nothrow @property
    double
    cellScale
    ()
  2. double cellScale [@property setter]

Meta