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

質問編集履歴

1

アクセス指定子の削除・参考とした本の追加

2017/03/01 08:51

投稿

Yamael
Yamael

スコア11

title CHANGED
File without changes
body CHANGED
@@ -16,7 +16,7 @@
16
16
  transform.localScale = new Vector2(this.transform.localScale.x + 0.01f, this.transform.localScale.y + 0.01f);
17
17
  }
18
18
 
19
- private void OnTriggerEnter2D()
19
+ void OnTriggerEnter2D()
20
20
  {
21
21
  }
22
22
  ```
@@ -28,4 +28,6 @@
28
28
  参考にしたサイトです
29
29
  http://ameblo.jp/tekunews/entry-11907923290.html
30
30
  http://0310unity.hateblo.jp/entry/collision_detection_2
31
- 似たサンプルを作り直したものの同様の状況になりました。
31
+ 似たサンプルを作り直したものの同様の状況になりました。
32
+
33
+ 参考書として"Unity5の教科書"という本を読んでいます