コード例 #1
0
 private void Awake()
 {
     rotateScript = GetComponent <RotateGameWorld>();
 }
コード例 #2
0
 private void Awake()
 {
     world = GameObject.FindGameObjectWithTag("Player").GetComponent <RotateGameWorld>();
 }