# shapeRadius

> Controls the amount of artificial softening applied to the edges of shadows cast by the Point or Spot light.

## Definition

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

```csharp
public float shapeRadius { get; set; }
```

### Remarks

Additional Resources: [CullingResults.visibleLights](/engine/6000.5/script-reference/unityengine/rendering/cullingresults/visiblelights.md), [Light](/engine/6000.5/script-reference/unityengine/light.md).
