Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorSceneManager.SaveScenes

public static bool SaveScenes(Scene[] scenes);

Parameters

scenes List of Scenes that should be saved.

Returns

bool True if the save succeeded. Otherwise false.

Description

Save a list of Scenes.

If an unsaved Scene is part of the list of Scenes, a save dialog appears requesting the location the Scene should be saved in.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答