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