Version: 2017.2

Scene

struct in UnityEngine.SceneManagement

매뉴얼로 전환

설명

Run-time data structure for *.unity file.

변수

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.

Public 함수

GetRootGameObjectsReturns all the root game objects in the scene.
IsValidWhether this is a valid scene. A scene may be invalid if, for example, you tried to open a scene that does not exist. In this case, the scene returned from EditorSceneManager.OpenScene would return False for IsValid.

연산자

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