# NonThreaded

> SingleThreaded mode.

## Definition

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

```csharp
NonThreaded = 1
```

### Remarks

Main thread writes Unity graphics commands that it later reads and converts to native graphics commands.
