Function VisualServerSingleton.giProbeSetInterior

Sets the interior value of this GI probe. A GI probe set to interior does not include the sky when calculating lighting. Equivalent to GIProbe.interior.

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