Click or drag to resize

VisualScriptGetFunctionScroll Method

Returns the position of the center of the screen for a given function.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 GetFunctionScroll(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.VisualScript.GetFunctionScroll(System.String)"]

See Also