EditorSceneManager.SceneClosingCallback
Callbacks of this type which have been added to the EditorSceneManager.sceneClosing event are called just before a Scene is closed.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public delegate void EditorSceneManager.SceneClosingCallback(Scene scene, bool removingScene)