Function Environment.ssReflectionsFadeOut
The fade-out distance for screen-space reflections. Affects the area from the screen-space reflection to the "global" reflection.
double ssReflectionsFadeOut() nothrow @property @nogc;
void ssReflectionsFadeOut
(
double v
) nothrow @property @nogc;