# shadowResolution

> The resolution of the shadow map. Change it to balance shadow visual quality and performance.

## Definition

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

```csharp
public LightShadowResolution shadowResolution { get; set; }
```

### Remarks

Affects how sharp and detailed shadows look and directly impacts GPU usage and frame rate. The result is most visible on shadow edges.
