# Sandbox.DirectionalLight.ContactShadows

```csharp
bool ContactShadows { get; set; }
```

Add small-scale screen-space contact shadows on top of the cascaded shadow maps. Captures
fine contact detail the shadow maps miss, at some GPU cost.

Declared in [Sandbox.DirectionalLight](/api/Sandbox.DirectionalLight).
Assembly: `Sandbox.Engine`.
