質問編集履歴
1
this\.transform
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
初歩的な質問になりますが、
|
2
|
-
`transform` と `this.gameObject.transform` の違いはなんでしょうか?
|
2
|
+
`transform` と `this.transform` 、 `this.gameObject.transform` の違いはなんでしょうか?
|
3
3
|
調べてみたところ同じ意味のように感じたのですが何か区別はあるのでしょうか?
|
4
4
|
`position`に値を代入するときに、ふと気になったので教えて頂けると嬉しいです。
|