# Orthographic

> Orthographic transparency sorting mode.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
Orthographic = 2
```

### Remarks

Transparent objects will be sorted based on distance along the camera's view.

Additional Resources: [Camera.transparencySortMode](/engine/6000.0/script-reference/unityengine/camera/transparencysortmode.md).
