Esempio n. 1
0
 public void CreatePos(Vector3 pos)
 {
     a = ((GameObject)Instantiate(click)).GetComponent <clickthis>();
     a.transform.position = pos;
 }
Esempio n. 2
0
 public void CreatePop(Vector3 pos)
 {
     popa = ((GameObject)Instantiate(popup)).GetComponent <clickthis>();
     popa.transform.position = pos;
 }