Function ParallaxLayer.motionMirroring

The ParallaxLayer's Texture mirroring. Useful for creating an infinite scrolling background. If an axis is set to 0, the Texture will not be mirrored.

Vector2 motionMirroring() nothrow @property @nogc;

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