Click or drag to resize

MainLoop_DropFiles Method

Called when files are dragged from the OS file manager and dropped in the game window. The arguments are a list of file paths and the identifier of the screen where the drag originated.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual void _DropFiles(
	string[] files,
	int fromScreen
)

Parameters

files
Type: SystemString

[Missing <param name="files"/> documentation for "M:Godot.MainLoop._DropFiles(System.String[],System.Int32)"]

fromScreen
Type: SystemInt32

[Missing <param name="fromScreen"/> documentation for "M:Godot.MainLoop._DropFiles(System.String[],System.Int32)"]

See Also