Exemple #1
0
 // Use this for initialization
 void Start()
 {
     song_interface = GameObject.Find("Content").GetComponent<SongInterface>();
 }
Exemple #2
0
	// Use this for initialization
	void Start () {
        synthetizer = GameObject.Find("Synthetizer").GetComponent<Syntetizer>();
        song_interface = GameObject.Find("Content").GetComponent<SongInterface>();
        anim = GetComponent<Animator>();
    }
Exemple #3
0
 // Use this for initialization
 void Start () {
     song_interface = GameObject.Find("Content").GetComponent<SongInterface>();
     fill = transform.FindChild("fill").transform;
 }