ParallaxBackground.scrollLimitEnd

Bottom-right limits for scrolling to end. If the camera is outside of this limit, the background will stop scrolling. Must be higher than scrollLimitBegin to work.

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

Meta