Click or drag to resize

ScriptEditorDropDataFw Method

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

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

Parameters

point
Type: GodotVector2

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

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:Godot.ScriptEditor.DropDataFw(Godot.Vector2,System.Object,Godot.Control)"]

from
Type: GodotControl

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

See Also