Click or drag to resize

ParallaxBackgroundSetScrollOffset Method

Note: This API is now obsolete.

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

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

Parameters

ofs
Type: GodotVector2

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

See Also