# Cone

> The shape of the spot light resembles a cone. This is the default shape for spot lights.

## Definition

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

> **Warning:**
>
> **Deprecated.** This property has been deprecated. Use LightType.Spot, LightType.Pyramid, or LightType.Box instead.

```csharp
Cone = 0
```
