@tool YggdrasilTooltip API
Tooltip control for displaying formatted node information.
Properties
| Type | Name | Default |
|---|---|---|
| RichTextLabel | label | null |
Methods
| Type | Name |
|---|---|
| void | inspect(node: YggdrasilNodeButton) |
| void | reset() |
Property Descriptions
RichTextLabel label = null
Label used to display tooltip text.
Method Descriptions
void inspect(node: YggdrasilNodeButton)
Fills the tooltip label with formatted text from
node.format_tooltip().
void reset()
Clears the tooltip label text.