This class is used for entries in the Scenes list, as displayed in the Build Settings window. This class contains the Scene path of a Scene and an enabled flag that indicates wether the Scene is enabled in the BuildSettings window or not.
EditorBuildSettings.scenes と組み合わせてこのクラスを使用することにより、ビルドに加えるシーンのリストをスクリプトをとおして作成することができます。カスタムのエディタースクリプトを作成して、ビルドパイプラインを自動にするのに役立ちます。
スクリプト例は、EditorBuildSettings.scenes を参照してください。
enabled | Whether this Scene is enabled in the Build Settings window or not. See EditorBuildSettings.scenes for an example of how to use this class.See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes. |
path | The file path of the Scene as listed in the Editor Build Settings Scene list. See EditorBuildSettings.scenes for an example of how to use this class.See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes. |