示例#1
0
 //Setup up terrain with json file in VREngine NOT WORKING!!!!!!!!!!!!
 #region
 public void SetupTerainWithJson()
 {
     while (tunnel == null)
     {
         Thread.Sleep(10);
     }
     session.Send(JsonConvert.SerializeObject(Commands.LoadTerrain(tunnel)));
 }