Example #1
0
 void Start()
 {
     transPosition = transform.position;
     rangeDetector = GameObject.Find("RangeDetector").GetComponent <RangeDetector> ();
     micAnalyzer   = GameObject.Find("MicController").GetComponent <MicAnalyzer> ();
 }
Example #2
0
 void Start()
 {
     analyzer = GetComponent<MicAnalyzer> ();
 }
Example #3
0
 void Start()
 {
     analyzer = GetComponent <MicAnalyzer> ();
 }