Click or drag to resize

GridMapCellSize Property

The dimensions of the grid's cells.

This does not affect the size of the meshes. See CellScale.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 CellSize { get; set; }

Property Value

Type: Vector3
See Also