# lightUnit

> The unit Light.intensity should be displayed in.

## Definition

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

```csharp
public LightUnit lightUnit { get; set; }
```

### Remarks

This property indicates how intensity should displayed in the UI. Only Scriptable Render Pipelines use this property; the built-in renderer does not support it. Additional Resources: [LightUnit](/engine/6000.7/script-reference/unityengine/rendering/lightunit.md), [Light component](/engine/6000.7/manual/lighting-overview/lighting-birp/class-light.md).
