Function ReflectionProbe.maxDistance
Sets the max distance away from the probe an object can be before it is culled.
double maxDistance() nothrow @property @nogc;
void maxDistance
(
double v
) nothrow @property @nogc;