Esempio n. 1
0
 public static AsyncOperation UnloadSceneAsync(Scene scene, UnloadSceneOptions options)
 {
     return(SceneManager.UnloadSceneAsyncInternal(scene, options));
 }
Esempio n. 2
0
 public static AsyncOperation UnloadSceneAsync(Scene scene)
 {
     return(SceneManager.UnloadSceneAsyncInternal(scene));
 }