Function Environment.setGlowLevel

Enables or disables the glow level at index idx. Each level relies on the previous level. This means that enabling higher glow levels will slow down the glow effect rendering, even if previous levels aren't enabled.

void setGlowLevel (
  const(long) idx,
  const(bool) enabled
) nothrow @nogc;