Exemple #1
0
 /// <summary>
 /// Stop this instance.
 /// </summary>
 public static void Stop()
 {
     if (easyWebCamInterface != null)
     {
         easyWebCamInterface.Stop();
     }
 }
Exemple #2
0
 /// <summary>
 /// Stop this instance.
 /// </summary>
 public static void Stop()
 {
     if (easyWebCamInterface != null)
     {
         easyWebCamInterface.Stop();
     }
     isActive = false;
 }
Exemple #3
0
 /// <summary>
 /// Stop this instance.
 /// </summary>
 public static void Stop()
 {
                 #if UNITY_EDITOR
                 #elif UNITY_ANDROID || UNITY_IOS
     if (easyWebCamInterface != null)
     {
         easyWebCamInterface.Stop();
     }
                 #endif
 }