VisualServerSingleton.reflectionProbeSetMaxDistance

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

struct VisualServerSingleton
@nogc nothrow
void
reflectionProbeSetMaxDistance
(
in RID probe
,
in double distance
)

Meta