質問編集履歴
1
不要箇所の削除
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();
|