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]
  2. double cellScale [@property setter]
    struct GridMap
    @nogc nothrow @property
    void
    cellScale
    (
    double v
    )

Meta