The LightRenderer component is used to render a light effect on the screen.
It supports a circular light source with a specified radius and intensity.
The light can be optionally smoothed for a softer edge effect.
This component requires a DarknessRenderer component to be present in the scene to function properly,
as it works by illuminating areas within the darkness mask.\
The LightRenderer component is used to render a light effect on the screen.
It supports a circular light source with a specified radius and intensity.
The light can be optionally smoothed for a softer edge effect.
This component requires a DarknessRenderer component to be present in the scene to function properly, as it works by illuminating areas within the darkness mask.\
Example