Click or drag to resize

ScriptEditorGetDragDataFw Method

[Missing <summary> documentation for "M:Godot.ScriptEditor.GetDragDataFw(Godot.Vector2,Godot.Control)"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Object GetDragDataFw(
	Vector2 point,
	Control from
)

Parameters

point
Type: GodotVector2

[Missing <param name="point"/> documentation for "M:Godot.ScriptEditor.GetDragDataFw(Godot.Vector2,Godot.Control)"]

from
Type: GodotControl

[Missing <param name="from"/> documentation for "M:Godot.ScriptEditor.GetDragDataFw(Godot.Vector2,Godot.Control)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.ScriptEditor.GetDragDataFw(Godot.Vector2,Godot.Control)"]

See Also