Delegate GDExtensionManagerInstance.ExtensionUnloadingEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the ExtensionUnloading event of a GDExtensionManagerInstance class.
public delegate void GDExtensionManagerInstance.ExtensionUnloadingEventHandler(GDExtension extension)
Parameters
extension
GDExtension- Represents the method that handles the event of a class.
Constructors
ExtensionUnloadingEventHandler(object, nint)
public ExtensionUnloadingEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(GDExtension, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GDExtension extension, AsyncCallback callback, object @object)
Parameters
extension
GDExtensioncallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GDExtension)
public virtual void Invoke(GDExtension extension)
Parameters
extension
GDExtension