EditorSceneManager.SceneClosedCallback
Callbacks of this type which have been added to the EditorSceneManager.sceneClosed event are called immediately after the Scene has been closed.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public delegate void EditorSceneManager.SceneClosedCallback(Scene scene)