GridMap.cellSize

The dimensions of the grid's cells. This does not affect the size of the meshes. See cellScale.

  1. Vector3 cellSize [@property getter]
  2. Vector3 cellSize [@property setter]
    struct GridMap
    @nogc nothrow @property
    void
    cellSize
    (
    Vector3 v
    )

Meta