Table of Contents

Delegate FileSystemDock.InheritEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the Inherit event of a FileSystemDock class.

public delegate void FileSystemDock.InheritEventHandler(string file)

Parameters

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

Constructors

InheritEventHandler(object, IntPtr)

public InheritEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

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

Parameters

file 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 file)

Parameters

file string