# shape

> This property describes the shape of the spot light. Only Scriptable Render Pipelines use this property; the built-in renderer does not support it.

## Definition

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

> **Warning:**
>
> **Deprecated.** This property has been deprecated. Use Light.type instead.

```csharp
public LightShape shape { get; set; }
```
