Click or drag to resize

FileSystemDockCanDropDataFw Method

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

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

Parameters

arg0
Type: GodotVector2

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

arg1
Type: SystemObject

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

arg2
Type: GodotControl

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

Return Value

Type: Boolean

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

See Also