EditorSceneManager.SceneSavingCallback
Callbacks of this type which have been added to the EditorSceneManager.sceneSaving event are called just before the Scene is saved.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public delegate void EditorSceneManager.SceneSavingCallback(Scene scene, string path)