Function VisualServerSingleton.lightmapCaptureSetEnergy

Sets the energy multiplier for this lightmap capture. Equivalent to BakedLightmapData.energy.

void lightmapCaptureSetEnergy (
  const(RID) capture,
  const(double) energy
) nothrow @nogc;