Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorSceneManager.SceneManagerSetupRestoredCallback

Declaration

public delegate void SceneManagerSetupRestoredCallback(Scene[] scenes);

Parameters

scenes Scenes that has been opened.

Description

Callbacks of this type which have been added to the sceneManagerSetupRestored event are called after RestoreSceneManagerSetup has been called.