回答編集履歴

1

インデント

2019/02/21 00:13

投稿

bochan2
bochan2

スコア2050

test CHANGED
@@ -26,11 +26,9 @@
26
26
 
27
27
  touchPosition.z = 0.0f;
28
28
 
29
+ this.transform.position = touchPosition;
30
+
29
31
 
30
-
31
- this.transform.position = touchPosition;
32
-
33
- }
34
32
 
35
33
  }
36
34