# Threaded

> MultiThreaded mode.

## Definition

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

```csharp
Threaded = 2
```

### Remarks

Main thread writes Unity graphics commands. A Render thread reads Unity graphics commands and converts them to native graphics commands.
