Table of Contents

Delegate TextServerManager.InterfaceAddedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the InterfaceAdded event of a TextServerManager class.

public delegate void TextServerManager.InterfaceAddedEventHandler(StringName interfaceName)

Parameters

interfaceName StringName
Represents the method that handles the event of a class.

Constructors

InterfaceAddedEventHandler(object, IntPtr)

public InterfaceAddedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(StringName, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName interfaceName, AsyncCallback callback, object @object)

Parameters

interfaceName StringName
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName)

public virtual void Invoke(StringName interfaceName)

Parameters

interfaceName StringName