//Camara and Controls Setup
 void Start () {
     controller = GetComponent<OperationsControler>();
     viewCamera = Camera.main.transform;
     Camera.main.orthographicSize = veiwheight;
 }
示例#2
0
 //Camara and Controls Setup
 void Start()
 {
     controller = GetComponent <OperationsControler>();
     viewCamera = Camera.main.transform;
     Camera.main.orthographicSize = veiwheight;
 }