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