Function VisualServerSingleton.reflectionProbeSetEnableShadows

If true, computes shadows in the reflection probe. This makes the reflection much slower to compute. Equivalent to ReflectionProbe.enableShadows.

void reflectionProbeSetEnableShadows (
  const(RID) probe,
  const(bool) enable
) nothrow @nogc;