質問編集履歴

1

内容の編集

2020/04/08 09:33

投稿

29507-01
29507-01

スコア46

test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,8 @@
20
20
 
21
21
 
22
22
 
23
+ Scrollsw = Node_Text.text;
24
+
23
25
  img_obj = GameObject.Find("Node(Clone)");
24
26
 
25
27
  foreach (Transform n in img_obj.transform)
@@ -28,9 +30,9 @@
28
30
 
29
31
  var text = img_obj.GetComponentInChildren<Text>();
30
32
 
31
- Text aas = text;
33
+ ;
32
34
 
33
- if (aas.text == Node_Text.text)
35
+ if (Scrollsw == Node_Text.text)
34
36
 
35
37
  {
36
38