# Editor.EditorUtility.Quit

```csharp
static void Quit(bool toLauncher = False)
```

Quit the whole engine

### Parameters

- `toLauncher` (`bool`), default `False`: Open the launcher on exit, if it's not already open.

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
