# Perspective

> Perspective transparency sorting mode.

## Definition

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

```csharp
Perspective = 1
```

### Remarks

Transparent objects will be sorted based on distance from camera position to the object center.

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