Function Light2D.offset

The offset of the Light2D's texture.

Vector2 offset() nothrow @property @nogc;

void offset (
  Vector2 v
) nothrow @property @nogc;