# lightShape

> 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:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** The lightShape property has been deprecated in favor of the lightType property.

```csharp
public SerializedProperty lightShape { get; }
```
