Version: 2020.1
언어: 한국어

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.