Function 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.

Vector2 scrollLimitEnd() nothrow @property @nogc;

void scrollLimitEnd (
  Vector2 v
) nothrow @property @nogc;