Esempio n. 1
0
 // Start is called before the first frame update
 void Start()
 {
     PointCloud = GameObject.Find("PointCloud");
     Center     = GameObject.Find("AnimateControl").GetComponent <Main_Control>();
 }
Esempio n. 2
0
 //public GameObject Object_ForClosestPoint;
 // Start is called before the first frame update
 void Start()
 {
     Center = GameObject.Find("AnimateControl").GetComponent <Main_Control>();
 }