Function VisualServerSingleton.reflectionProbeSetEnableBoxProjection

If true, uses box projection. This can make reflections look more correct in certain situations. Equivalent to ReflectionProbe.boxProjection.

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