Version: 5.5

SceneManager.GetSceneByBuildIndex

Cambiar al Manual
public static SceneManagement.Scene GetSceneByBuildIndex (int buildIndex);

Parámetros

buildIndex Construye un indice como se muestra en la ventana de Build Settings.

Valor de retorno

Scene Una referencia a la escena, si es válido. Si no, una escena inválida será devuelta.

Descripción

Obtiene una struct de escena de un indice de construcción.

This method will return a valid Scene if a scene has been added to the build settings at the given build index AND the scene is loaded. If it has not been loaded yet the SceneManager cannot return a valid Scene.
See Also: SceneManager.GetSceneAt, SceneUtility.GetBuildIndexBySceneName.