Version: 2021.2
言語: 日本語

EditorSceneManager.EnsureUntitledSceneHasBeenSaved

マニュアルに切り替える
public static bool EnsureUntitledSceneHasBeenSaved (string dialogContent);

パラメーター

dialogContent Text shown in the save dialog.

戻り値

bool True if the Scene is saved or if there is no Untitled Scene.

説明

Shows a save dialog if an Untitled Scene exists in the current Scene manager setup.

Call this method if a process in your Editor code requires that the Untitled Scene is saved. If the user selects Cancel then the process can be aborted. Returns true if the Scene is saved or if there is no Untitled Scene. Returns false if the user cancels the save dialog.