Delegate RichTextLabel.MetaClickedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the MetaClicked event of a RichTextLabel class.
public delegate void RichTextLabel.MetaClickedEventHandler(Variant meta)
Parameters
meta
Variant- Represents the method that handles the event of a class.
Constructors
MetaClickedEventHandler(object, IntPtr)
public MetaClickedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Variant, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Variant meta, AsyncCallback callback, object @object)
Parameters
meta
Variantcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Variant)
public virtual void Invoke(Variant meta)
Parameters
meta
Variant