# innerSpotAngle

> The angle of the spot light's inner cone in degrees.

## Definition

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

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

### Remarks

This is only used for [LightType.Spot](/engine/6000.7/script-reference/unityengine/lighttype/spot.md) lights. This only works with a Scriptable Render Pipeline.
