Function ParallaxLayer.motionScale

Multiplies the ParallaxLayer's motion. If an axis is set to 0, it will not scroll.

Vector2 motionScale() nothrow @property @nogc;

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