コード例 #1
0
 void Awake()
 {
     cameraController = GameObject.Find("CameraManager").GetComponent <CameraController> ();
     beatController   = GameObject.Find("BeatController").GetComponent <BeatController> ();
     engineParticles  = GetComponentsInChildren <ParticleSystem> ();
     spearHead        = GetComponentInChildren <SpearheadController> ();
 }