Delegate EditorFileSystem.ResourcesReimportingEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the ResourcesReimporting event of a EditorFileSystem class.
public delegate void EditorFileSystem.ResourcesReimportingEventHandler(string[] resources)
Parameters
resourcesstring[]- Represents the method that handles the event of a class.
Constructors
ResourcesReimportingEventHandler(object, IntPtr)
public ResourcesReimportingEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string[], AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string[] resources, AsyncCallback callback, object @object)
Parameters
resourcesstring[]callbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string[])
public virtual void Invoke(string[] resources)
Parameters
resourcesstring[]