Example #1
0
 /// <summary>
 /// Test method to allow setup for unit tests
 /// </summary>
 public void TestRunnerSetup()
 {
     Awake();
     Start();
     orbitU.Init();
     Update();
 }