void updateRegion() { barGraph.setHeight(region.population); barGraph.setColor(region.country == null ? (Color32) new Color(1, 1, 1) : region.country.color); }