EditorSceneManager.SceneOpenedCallback
Callbacks of this type which have been added to the EditorSceneManager.sceneOpened event are called after a Scene has been opened.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public delegate void EditorSceneManager.SceneOpenedCallback(Scene scene, OpenSceneMode mode)