UnloadSceneAsyncByNameOrIndex(string, int, bool, UnloadSceneOptions, out bool)
Override for customizing the behavior of the SceneManager.UnloadSceneAsync function.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.SceneManagement
- Assembly: UnityEngine.CoreModule
UnloadSceneAsyncByNameOrIndex(string, int, bool, UnloadSceneOptions, bool)
protected virtual AsyncOperation UnloadSceneAsyncByNameOrIndex(string sceneName, int sceneBuildIndex, bool immediately, UnloadSceneOptions options, out bool outSuccess)
Parameters
Returns
Type | Description |
|---|---|
| AsyncOperation |