Delegate EditorFileDialog.FilesSelectedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the FilesSelected event of a EditorFileDialog class.
public delegate void EditorFileDialog.FilesSelectedEventHandler(string[] paths)
Parameters
paths
string[]- Represents the method that handles the event of a class.
Constructors
FilesSelectedEventHandler(object, IntPtr)
public FilesSelectedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string[], AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string[] paths, AsyncCallback callback, object @object)
Parameters
paths
string[]callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string[])
public virtual void Invoke(string[] paths)
Parameters
paths
string[]