# Sandbox.Scene.Editor

```csharp
ISceneEditorSession Editor { get; set; }
```

Allows access to the scene's editor session from the game. This will be null if there is no
editor session active on this scene.

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
