# EditorSceneManager.SceneOpenedCallback

> Callbacks of this type which have been added to the EditorSceneManager.sceneOpened event are called after a Scene has been opened.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEditor.SceneManagement](/engine/6000.7/script-reference/unityeditor/scenemanagement.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public delegate void EditorSceneManager.SceneOpenedCallback(Scene scene, OpenSceneMode mode)
```
