Version: 2021.1
言語: 日本語
public static bool SaveOpenScenes ();

戻り値

bool すべての開いているシーンの保存に成功した場合 true を返します。

説明

開いているシーンをすべて保存します。

Note: You must mark your Scenes as dirty to be able to save them. Use EditorSceneManager.MarkAllScenesDirty to do this.