Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadSceneAsyncByNameOrIndex(string, int, LoadSceneParameters, bool)

Override for customizing the behavior of the SceneManager.LoadScene and SceneManager.LoadSceneAsync functions.
Read time 1 minuteLast updated 13 days ago

Definition

protected virtual AsyncOperation LoadSceneAsyncByNameOrIndex(string sceneName, int sceneBuildIndex, LoadSceneParameters parameters, bool mustCompleteNextFrame)

Parameters

sceneName


sceneBuildIndex



mustCompleteNextFrame

Returns

Type

Description

AsyncOperation