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