Function Environment.ssReflectionsEnabled
If true, screen-space reflections are enabled. Screen-space reflections are more accurate than reflections from GIProbes or ReflectionProbes, but are slower and can't reflect surfaces occluded by others.
bool ssReflectionsEnabled() nothrow @property @nogc;
void ssReflectionsEnabled
(
bool v
) nothrow @property @nogc;