Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     stopMove = false;
     Ins      = this;
     cam      = this.GetComponent <Camera>();
     firstPos = cam.transform.position;
 }
Ejemplo n.º 2
0
 void Start()
 {
     cam       = Camera.main.GetComponent <Cameramove>();
     controlOn = true;
     RandomElementInQueue();
 }