Click or drag to resize

ParallaxBackgroundSetLimitEnd Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ParallaxBackground.SetLimitEnd(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLimitEnd is deprecated. Use the ScrollLimitEnd property instead.")]
public void SetLimitEnd(
	Vector2 ofs
)

Parameters

ofs
Type: GodotVector2

[Missing <param name="ofs"/> documentation for "M:Godot.ParallaxBackground.SetLimitEnd(Godot.Vector2)"]

See Also