Click or drag to resize

FileSystemDockGetDragDataFw Method

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

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

Parameters

arg0
Type: GodotVector2

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

arg1
Type: GodotControl

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

Return Value

Type: Object

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

See Also