Click or drag to resize

ParallaxBackgroundSetLimitBegin Method

Note: This API is now obsolete.

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

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

Parameters

ofs
Type: GodotVector2

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

See Also