Table of Contents

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

object object
method nint

Methods

BeginInvoke(GDExtension, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GDExtension extension, AsyncCallback callback, object @object)

Parameters

extension GDExtension
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GDExtension)

public virtual void Invoke(GDExtension extension)

Parameters

extension GDExtension