Exemple #1
0
 void Awake()
 {
     mastController = GameObject.Find("StartStop");
     startStop      = mastController.GetComponent <StartStop>();
     stemChanL      = leftChan.GetComponent <StemChannel>();
     stemChanR      = rightChan.GetComponent <StemChannel>();
 }
Exemple #2
0
 void Awake()
 {
     stemChanL = leftChan.GetComponent <StemChannel>();
     stemChanR = rightChan.GetComponent <StemChannel>();
 }