Version: 2020.2
言語: 日本語

EditorBuildSettingsScene

class in UnityEditor

マニュアルに切り替える

説明

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 を参照してください。

変数

enabledWhether 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.
pathThe 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.