// Use this for initialization
    void Start()
    {
        Zibun Myouji  = Zibun.Tech;
        Zibun Namae   = Zibun.CampChan;
        Zibun Zyuusho = Zibun.Tokyoto;

        text[0].text = "苗字:" + Myouji;
        text[1].text = "名前:" + Namae;
        text[2].text = "住所:" + Zyuusho;
    }
Пример #2
0
    // Use this for initialization
    void Start()
    {
        Zibun Myouzi  = Zibun.Tech;
        Zibun Namae   = Zibun.CampChan;
        Zibun Zyuusyo = Zibun.Toukyouto;

        text[0].text = "苗字:" + Myouzi;
        text[1].text = "名前:" + Namae;
        text[2].text = "住所:" + Zyuusyo;

        text[3].text = "1~100の和:" + AllFigurSum(100);
    }