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

Vector2 scrollLimitBegin() nothrow @property @nogc;

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