# shadowResolution

> The default resolution of the shadow maps.

## Definition

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

```csharp
public static ShadowResolution shadowResolution { get; set; }
```

### Remarks

Additional Resources: [Light.shadowResolution](/engine/6000.6/script-reference/unityengine/light/shadowresolution.md), [Shadow mapping](/engine/6000.6/manual/lighting-overview/shadows/shadow-realtime/shadow-mapping.md).
