# Editor.EditorScene.PlayMode

```csharp
static bool PlayMode { get; set; }
```

Should the game start in play mode when hitting play, instead of playing the active scene.

Declared in [Editor.EditorScene](/api/Editor.EditorScene).
Assembly: `Sandbox.Tools`.
