Module parallax_background

Procs

proc scrollOffset(self: ParallaxBackground): Vector2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollOffset=(self: ParallaxBackground; val: Vector2) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollBaseOffset(self: ParallaxBackground): Vector2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollBaseOffset=(self: ParallaxBackground; val: Vector2) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollBaseScale(self: ParallaxBackground): Vector2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollBaseScale=(self: ParallaxBackground; val: Vector2) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollLimitBegin(self: ParallaxBackground): Vector2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollLimitBegin=(self: ParallaxBackground; val: Vector2) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollLimitEnd(self: ParallaxBackground): Vector2 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollLimitEnd=(self: ParallaxBackground; val: Vector2) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollIgnoreCameraZoom(self: ParallaxBackground): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc scrollIgnoreCameraZoom=(self: ParallaxBackground; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method cameraMoved(self: ParallaxBackground; arg0: Transform2D; arg1: Vector2) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}