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