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