Module parallax_background

Procs

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

Methods

method cameraMoved*(self: ParallaxBackground; arg0: Transform2D) {.
gcsafe, locks: 0, base
.}