# Legacy

> Legacy Graphics Jobs ("Jobified Rendering").

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
Legacy = 1
```

### Remarks

The main thread is responsible for launching and synchronizing the worker threads, and both the main thread and worker threads write Unity graphics commands. The render thread then translates the commands into native graphics commands.
