SceneSetup

class in UnityEditor.SceneManagement

Switch to Manual

Description

The setup information for a scene in the SceneManager.

Variables

isActive如果场景处于活动状态。
isLoaded如果场景已加载。
path场景的路径。应为项目文件夹的相对路径。例如:"Assets/MyScenes/MyScene.unity"。