ParallaxBackground.scrollLimitBegin

Top left limits for scrolling to begin. If the camera is outside of this limit the background will stop scrolling. Must be lower than scrollLimitEnd to work.

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

Meta