Delegate TextServerManagerInstance.InterfaceAddedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the InterfaceAdded event of a TextServerManagerInstance class.
public delegate void TextServerManagerInstance.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
Methods
BeginInvoke(StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName interfaceName, AsyncCallback callback, object @object)
Parameters
interfaceName
StringNamecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName)
public virtual void Invoke(StringName interfaceName)
Parameters
interfaceName
StringName