Click or drag to resize

ScriptEditorCanDropDataFw Method

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

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

Parameters

point
Type: GodotVector2

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

data
Type: SystemObject

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

from
Type: GodotControl

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

Return Value

Type: Boolean

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

See Also