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