Function VisualServerSingleton.giProbeSetEnergy

Sets the energy multiplier for this GI probe. A higher energy makes the indirect light from the GI probe brighter. Equivalent to GIProbe.energy.

void giProbeSetEnergy (
  const(RID) probe,
  const(double) energy
) nothrow @nogc;