Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseWether a Spot Light should simulate having a reflector.
When enabled, indicates that the Spot Light intensity should be simulated using a reflector. This means the narrower the Outer Angle, the more intense the Spot Light. When disabled, the intensity of the Light should match that of a Point Light and thus remains constant regardless of the Outer Angle. Only relevant for Spot Lights measued in LightUnit.Lumen. Only Scriptable Render Pipelines use this property; the built-in renderer does not support it.
Additional resources: LightUnit, Light component.