lightUnit
The unit Light.intensity should be displayed in.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
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, Light component.