質問編集履歴
2
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
説明文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
しかし,この関数では一つのオブジェクト(Collider)との衝突しか判定できません。
|
4
4
|
|
5
|
-
2つ以上の衝突
|
5
|
+
2つ以上のものが同時に衝突している際に全ての衝突を判定できるようにするにはどうすればいいですか?
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
Player3
|
16
16
|
|
17
|
-
の時,Player1がPlayer2とPlayer3の両方にぶつかった時,Player2とPlayer3の両方の攻撃を受ける。
|
17
|
+
の時,Player1がPlayer2とPlayer3の両方にぶつかった時,Player2とPlayer3の両方の攻撃を同時に受ける。
|
18
18
|
|
19
19
|
|
20
20
|
|