Function VisualServerSingleton.reflectionProbeSetInteriorAmbient

Sets the ambient light color for this reflection probe when set to interior mode. Equivalent to ReflectionProbe.interiorAmbientColor.

void reflectionProbeSetInteriorAmbient (
  const(RID) probe,
  const(Color) color
) nothrow @nogc;