Function ParallaxBackground.scrollIgnoreCameraZoom
If true
, elements in ParallaxLayer
child aren't affected by the zoom level of the camera.
bool scrollIgnoreCameraZoom() nothrow @property @nogc;
void scrollIgnoreCameraZoom
(
bool v
) nothrow @property @nogc;