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 13 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor
public delegate void EditorSceneManager.SceneClosedCallback(Scene scene)