Click or drag to resize

ParallaxBackgroundScrollLimitBegin Property

Top-left limits for scrolling to begin. If the camera is outside of this limit, the background will stop scrolling. Must be lower than ScrollLimitEnd to work.

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

Property Value

Type: Vector2
See Also