Click or drag to resize

FileSystemDock.CanDropDataFw 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: Godot.Vector2

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

arg1
Type: System.Object

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

arg2
Type: Godot.Control

[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