public static AsyncOperation UnloadSceneAsync(Scene scene, UnloadSceneOptions options) { return(SceneManager.UnloadSceneAsyncInternal(scene, options)); }
public static AsyncOperation UnloadSceneAsync(Scene scene) { return(SceneManager.UnloadSceneAsyncInternal(scene)); }