The DarknessRenderer component is used to render a darkness effect on the screen.
It supports a rectangular darkness mask with configurable width, height, color, opacity, and render layer.
This component works in conjunction with LightRenderer components in the scene - the darkness will
block and be affected by any lights that intersect with it.
The DarknessRenderer component is used to render a darkness effect on the screen.
It supports a rectangular darkness mask with configurable width, height, color, opacity, and render layer.
This component works in conjunction with LightRenderer components in the scene - the darkness will block and be affected by any lights that intersect with it.
Example