Table of Contents

Delegate EditorFileDialog.DirSelectedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the DirSelected event of a EditorFileDialog class.

public delegate void EditorFileDialog.DirSelectedEventHandler(string dir)

Parameters

dir string
Represents the method that handles the event of a class.

Constructors

DirSelectedEventHandler(object, IntPtr)

public DirSelectedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string dir, AsyncCallback callback, object @object)

Parameters

dir string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string dir)

Parameters

dir string