Function VisualServerSingleton.canvasLightSetTextureOffset

Sets the offset of the light's texture. Equivalent to Light2D.offset.

void canvasLightSetTextureOffset (
  const(RID) light,
  const(Vector2) offset
) nothrow @nogc;