classref: Sync with current master branch (543750a)

This commit is contained in:
Godot Organization
2023-06-03 03:19:05 +00:00
parent 2de3798d56
commit f9340bddb2
340 changed files with 1505 additions and 1258 deletions
+2 -2
View File
@@ -12,14 +12,14 @@ LinkButton
**Inherits:** :ref:`BaseButton<class_BaseButton>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
Simple button used to represent a link to some resource.
A button that represents a link.
.. rst-class:: classref-introduction-group
Description
-----------
This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page).
A button that represents a link. This type of button is primarily used for interactions that cause a context change (like linking to a web page).
See also :ref:`BaseButton<class_BaseButton>` which contains common properties and methods associated with this node.