Module parallax_layer

Procs

proc motionScale*(self: ParallaxLayer): Vector2 {.
gcsafe, locks: 0
.}
proc `motionScale =`*(self: ParallaxLayer; val: Vector2) {.
gcsafe, locks: 0
.}
proc motionOffset*(self: ParallaxLayer): Vector2 {.
gcsafe, locks: 0
.}
proc `motionOffset =`*(self: ParallaxLayer; val: Vector2) {.
gcsafe, locks: 0
.}
proc motionMirroring*(self: ParallaxLayer): Vector2 {.
gcsafe, locks: 0
.}
proc `motionMirroring =`*(self: ParallaxLayer; val: Vector2) {.
gcsafe, locks: 0
.}