Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SceneManagerAPI.UnloadSceneAsyncByNameOrIndex

Declaration

protected AsyncOperation UnloadSceneAsyncByNameOrIndex(string sceneName, int sceneBuildIndex, bool immediately, SceneManagement.UnloadSceneOptions options, out bool outSuccess);

Description

Override for customizing the behavior of the SceneManager.UnloadSceneAsync function.