Click or drag to resize

ParallaxBackgroundScrollOffset Property

The ParallaxBackground's scroll value. Calculated automatically when using a Camera2D, but can be used to manually manage scrolling when no camera is present.

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

Property Value

Type: Vector2
See Also