Esempio n. 1
0
 void Start()
 {
     rad  = this.gameObject.GetComponent <getRadians>();
     rads = rad.returnrot();
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     rads      = GameObject.Find("Joint Monitor").GetComponent <getRadians>();
     targetVal = rads.returnrot();
 }