回答編集履歴
1
補足
test
CHANGED
@@ -19,3 +19,9 @@
|
|
19
19
|
GameObject.GetComponent
|
20
20
|
|
21
21
|
[https://docs.unity3d.com/ja/current/ScriptReference/GameObject.GetComponent.html](https://docs.unity3d.com/ja/current/ScriptReference/GameObject.GetComponent.html)
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
Rigidbody2D rbody; と rbody = GetComponent<Rigidbody2D>();それぞれのはたらきについて
|
26
|
+
|
27
|
+
[https://teratail.com/questions/342273](https://teratail.com/questions/342273)
|