Function VisualServerSingleton.reflectionProbeSetMaxDistance

Sets the max distance away from the probe an object can be before it is culled. Equivalent to ReflectionProbe.maxDistance.

void reflectionProbeSetMaxDistance (
  const(RID) probe,
  const(double) distance
) nothrow @nogc;