Function VisualServerSingleton.reflectionProbeSetIntensity

Sets the intensity of the reflection probe. Intensity modulates the strength of the reflection. Equivalent to ReflectionProbe.intensity.

void reflectionProbeSetIntensity (
  const(RID) probe,
  const(double) intensity
) nothrow @nogc;