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 | ビルド設定 ウィンドウでこのシーンが有効になっているかどうか。このクラスの使い方に関する詳細は、EditorBuildSettings.scenes を参照してください。See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes. |
path | エディターの ビルド設定 のシーンリストでリストされるシーンのファイルパス。このクラスの使用例は EditorBuildSettings.scenes を参照してください。See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes. |