# Sandbox.Application.Editor

```csharp
static EditorSystem Editor { get; set; }
```

Get the current editor if any. Will return null if we're not in the editor, or there is no active editor session.

Declared in [Sandbox.Application](/api/Sandbox.Application).
Assembly: `Sandbox.Engine`.
