Function VisualServerSingleton.canvasLightSetScale

Sets the texture's scale factor of the light. Equivalent to Light2D.textureScale.

void canvasLightSetScale (
  const(RID) light,
  const(double) scale
) nothrow @nogc;