Click or drag to resize

ParallaxBackgroundScrollLimitEnd Property

Bottom-right limits for scrolling to end. If the camera is outside of this limit, the background will stop scrolling. Must be higher than ScrollLimitBegin to work.

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

Property Value

Type: Vector2
See Also