cellSize property

double cellSize
getter/setter pair

Grid cell size in scene/world units.

Expected to be finite and > 0 when isEnabled is true.

Runtime behavior: rendering treats non-finite or non-positive values as "grid disabled"; JSON serialization rejects invalid values.

Implementation

double cellSize;