Function ReflectionProbe.interiorAmbientContrib
Sets the contribution value for how much the reflection affects the ambient light for this reflection probe when set to interiorEnable
. Useful so that ambient light matches the color of the room.
double interiorAmbientContrib() nothrow @property @nogc;
void interiorAmbientContrib
(
double v
) nothrow @property @nogc;