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]
  2. Vector2 scrollOffset [@property setter]
    struct ParallaxBackground
    @nogc nothrow @property
    void
    scrollOffset
    (
    Vector2 v
    )

Meta