# ShadowProjection

> Shadow projection type for Quality Settings.

## Definition

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

```csharp
public enum ShadowProjection
```

## Fields

| Value                                                                                  | Description                                |
| -------------------------------------------------------------------------------------- | ------------------------------------------ |
| [CloseFit](/engine/6000.7/script-reference/unityengine/shadowprojection/closefit.md)   | Close fit shadow maps with linear fadeout. |
| [StableFit](/engine/6000.7/script-reference/unityengine/shadowprojection/stablefit.md) | Stable shadow maps with spherical fadeout. |
