DEFAULT_CELL_COST
geometry/grid.constants.ts:7The default movement cost of stepping into a Cell — used by
Grid.findPath unless overridden per cell (Cell.cost) or per
call (PathfindingOptions.cost). A uniform cost of 1 makes the
search count steps.