Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

EditorSceneManager.SceneManagerSetupRestoredCallback

Declaration

public delegate void SceneManagerSetupRestoredCallback(Scene[] scenes);

Parameters

Description
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.