Click or drag to resize

ParallaxLayerMotionMirroring Property

The ParallaxLayer's Texture mirroring. Useful for creating an infinite scrolling background. If an axis is set to 0, the Texture will not be mirrored.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 MotionMirroring { get; set; }

Property Value

Type: Vector2
See Also