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
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string dir, AsyncCallback callback, object @object)
Parameters
dir
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string dir)
Parameters
dir
string