Table of Contents

Delegate RichTextLabel.MetaHoverStartedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the MetaHoverStarted event of a RichTextLabel class.

public delegate void RichTextLabel.MetaHoverStartedEventHandler(Variant meta)

Parameters

meta Variant
Represents the method that handles the event of a class.

Constructors

MetaHoverStartedEventHandler(object, IntPtr)

public MetaHoverStartedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Variant, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Variant meta, AsyncCallback callback, object @object)

Parameters

meta Variant
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Variant)

public virtual void Invoke(Variant meta)

Parameters

meta Variant