Table of Contents

Delegate EditorResourcePreview.PreviewInvalidatedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the PreviewInvalidated event of a EditorResourcePreview class.

public delegate void EditorResourcePreview.PreviewInvalidatedEventHandler(string path)

Parameters

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

Constructors

PreviewInvalidatedEventHandler(object, IntPtr)

public PreviewInvalidatedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

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

Parameters

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

Parameters

path string