質問編集履歴

3

コード表記修正

2017/10/15 07:38

投稿

sutegoma
sutegoma

スコア37

test CHANGED
File without changes
test CHANGED
@@ -206,7 +206,9 @@
206
206
 
207
207
  }
208
208
 
209
- ```  
209
+ ``` 
210
+
211
+
210
212
 
211
213
  Starcontroller.cs
212
214
 

2

コードの整形

2017/10/15 07:38

投稿

sutegoma
sutegoma

スコア37

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,8 @@
32
32
 
33
33
  例:
34
34
 
35
+ ``` 
36
+
35
37
 
36
38
 
37
39
  else if (other.gameObject.tag == "Star") {
@@ -64,10 +66,14 @@
64
66
 
65
67
  }
66
68
 
67
-
69
+ ``` 
70
+
71
+  
68
72
 
69
73
  TankHealth.cs
70
74
 
75
+ ``` 
76
+
71
77
  using System.Collections;
72
78
 
73
79
  using System.Collections.Generic;
@@ -200,10 +206,12 @@
200
206
 
201
207
  }
202
208
 
203
-
209
+ ```  
204
210
 
205
211
  Starcontroller.cs
206
212
 
213
+ ``` 
214
+
207
215
  using System.Collections;
208
216
 
209
217
  using System.Collections.Generic;
@@ -261,3 +269,5 @@
261
269
  }
262
270
 
263
271
  }
272
+
273
+ ```

1

初心者マーク付随

2017/10/15 07:36

投稿

sutegoma
sutegoma

スコア37

test CHANGED
File without changes
test CHANGED
File without changes