Esempio n. 1
0
 void Update()
 {
     DMCWrapper.Update(Viewer.GetComponent <Transform>().position);
     if (Input.GetKeyDown(KeyCode.R))
     {
         //DMCWrapper.Update(Viewer.GetComponent<Transform>().position);
     }
     if (Input.GetKeyDown(KeyCode.M))
     {
         //DMCWrapper.MakeConforming();
     }
     if (Input.GetKeyDown(KeyCode.Return))
     {
         //Console.ProcessCommand(ConsoleInputString.GetComponent<)
     }
 }