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. Default value: (0, 0).

  1. Vector2 motionMirroring [@property getter]
  2. Vector2 motionMirroring [@property setter]
    struct ParallaxLayer
    @nogc nothrow @property
    void
    motionMirroring
    (
    Vector2 v
    )

Meta