VisualServerSingleton.reflectionProbeSetInteriorAmbientProbeContribution

Sets the contribution value for how much the reflection affects the ambient light for this reflection probe when set to interior mode. Useful so that ambient light matches the color of the room. Equivalent to ReflectionProbe.interiorAmbientContrib.

struct VisualServerSingleton
@nogc nothrow
void
reflectionProbeSetInteriorAmbientProbeContribution
(
in RID probe
,
in double contrib
)

Meta