コード例 #1
0
    // Use this for initialization
    void Start()
    {
        //Autohook
        cB = GetComponent<CheckBeat> ();

        beatCounter = beatOffset;
    }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     //Autohook
     cB = GetComponent<CheckBeat> ();
     anim = GetComponent<Animator>();
 }