ParallaxBackground.scrollOffset

The ParallaxBackground's scroll value. Calculated automatically when using a Camera2D, but can be used to manually manage scrolling when no camera is present.

  1. Vector2 scrollOffset [@property getter]
    struct ParallaxBackground
    @nogc nothrow @property
    Vector2
    scrollOffset
    ()
  2. Vector2 scrollOffset [@property setter]

Meta