Exemple #1
0
 public void LoadLevel()
 {
     altUnityDriver.LoadScene("Scene 1 AltUnityDriverTestScene");
 }
 public void LoadLevel()
 {
     altUnityDriver.LoadScene("Scene 2 Draggable Panel");
 }
 public void LoadLevel()
 {
     altUnityDriver.LoadScene("Scene 3 Drag And Drop");
 }
Exemple #4
0
 public void SetUp()
 {
     AltUnityDriver = new AltUnityDriver();
     AltUnityDriver.LoadScene("Scene 4 No Cameras");
 }