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.

struct Environment
@nogc nothrow
void
setGlowLevel
(
in long idx
,
in bool enabled
)

Meta