Function VisualServerSingleton.canvasLightSetLayerRange

The layer range that gets rendered with this light.

void canvasLightSetLayerRange (
  const(RID) light,
  const(long) min_layer,
  const(long) max_layer
) nothrow @nogc;