Click or drag to resize

VisualScriptSetFunctionScroll Method

Position the center of the screen for a function.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetFunctionScroll(
	string name,
	Vector2 ofs
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.VisualScript.SetFunctionScroll(System.String,Godot.Vector2)"]

ofs
Type: GodotVector2

[Missing <param name="ofs"/> documentation for "M:Godot.VisualScript.SetFunctionScroll(System.String,Godot.Vector2)"]

See Also