예제 #1
0
 void OnDestroy()
 {
     MLHands.Stop();
     MLInput.Stop();
     MLWorldPlanes.Stop();
     MLWorldRays.Stop();
 }
예제 #2
0
 /// <summary>
 /// Stops and destroys plane polling
 /// </summary>
 void OnDisable()
 {
     if (MLWorldPlanes.IsStarted)
     {
         MLWorldPlanes.Stop();
     }
 }
 private void OnDestroy()
 {
     MLWorldPlanes.Stop();
 }
예제 #4
0
 /// <summary>
 /// Stops and destroys plane polling
 /// </summary>
 void OnDisable()
 {
     MLWorldPlanes.Stop();
 }
예제 #5
0
 void onDestroy()
 {
     // Stop Plane Extraction
     MLWorldPlanes.Stop();
 }