void SelectCells(Vector2 localPosStart, Vector2 localPosEnd) { List <int> cells = new List <int> (); tgs.CellGetInArea(localPosStart, localPosEnd, cells); tgs.ClearAll(); tgs.CellSetColor(cells, Color.yellow); }