Version: 2020.3
언어: 한국어

SceneSetup

class in UnityEditor.SceneManagement

매뉴얼로 전환

설명

The setup information for a Scene in the SceneManager. This cannot be used in Play Mode.

변수

isActiveIf the Scene is active.
isLoadedIf the Scene is loaded.
pathPath of the Scene. Should be relative to the project folder. Like: "Assets/MyScenes/MyScene.unity".