Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Scene

struct in UnityEngine.SceneManagement

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Run-time data structure for *.unity file.

Variables

buildIndexReturns the index of the scene in the Build Settings. Always returns -1 if the scene was loaded through an AssetBundle.
isDirtyReturns true if the scene is modifed.
isLoadedReturns true if the scene is loaded.
nameReturns the name of the scene.
pathReturns the relative path of the scene. Like: "Assets/MyScenes/MyScene.unity".
rootCountThe number of root transforms of this scene.

Funciones Públicas

GetRootGameObjectsReturns all the root game objects in the scene.
IsValidTells if the scene is valid. A scene can be invalid if you eg. tried to open a scene that does not exists in that case the scene returnen from EditorSceneManager.OpenScene would be invalid.

Operadores

operator !=Returns true if the Scenes are different.
operator ==Returns true if the Scenes are equal.