teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

不要箇所の削除

2016/12/02 16:26

投稿

m_s
m_s

スコア51

title CHANGED
File without changes
body CHANGED
@@ -95,13 +95,7 @@
95
95
  Text attackrate = button.transform.FindChild("attack_rate").GetComponent<Text>();
96
96
  attackrate.text = rankingList [i] ["attackRate"].ToString();
97
97
 
98
- //受信した時間@
98
+
99
- //btnText = button.transform.FindChild("date").GetComponent<Text>();
100
- /*btnText.text = "4/"
101
- + int.Parse(mailList [i] ["cometime"].ToString()) / (60*24) + "\n"
102
- + (int.Parse(mailList [i] ["cometime"].ToString()) % (60*24) / 60) + ":"
103
- + int.Parse(mailList [i] ["cometime"].ToString()) % 60;
104
- */
105
99
  //どのユーザかを示す簡易idをつける
106
100
  Text userId = button.transform.FindChild("userId").GetComponent<Text>();
107
101
  userId.text = rankingList[i]["id"].ToString();