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

Vector2 scrollOffset() nothrow @property @nogc;

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