summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-04-05 17:31:56 +0200
committerGitHub <noreply@github.com>2022-04-05 17:31:56 +0200
commit9caba190955cb9687074a1a176ee0947084d031e (patch)
tree6943d1fb26ec58a5cca5ec70ee0024c34cfe5064 /doc
parente9699dca02048986a4de0920f2f8fd6ab31ffbed (diff)
parent6e622c58c5c6212deeced1995b931450d9b06a04 (diff)
Merge pull request #59916 from KoBeWi/gimzo_extends
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Node.xml2
-rw-r--r--doc/classes/Position2D.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index f1e51b6f79..7079036879 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -732,7 +732,7 @@
The override to the default [MultiplayerAPI]. Set to [code]null[/code] to use the default [SceneTree] one.
</member>
<member name="editor_description" type="String" setter="set_editor_description" getter="get_editor_description" default="&quot;&quot;">
- Add a custom description to a node.
+ Add a custom description to a node. It will be displayed in a tooltip when hovered in editor's scene tree.
</member>
<member name="multiplayer" type="MultiplayerAPI" setter="" getter="get_multiplayer">
The [MultiplayerAPI] instance associated with this node. Either the [member custom_multiplayer], or the default SceneTree one (if inside tree).
diff --git a/doc/classes/Position2D.xml b/doc/classes/Position2D.xml
index 881ec028de..754fd1fdf1 100644
--- a/doc/classes/Position2D.xml
+++ b/doc/classes/Position2D.xml
@@ -8,4 +8,9 @@
</description>
<tutorials>
</tutorials>
+ <members>
+ <member name="gizmo_extents" type="float" setter="set_gizmo_extents" getter="get_gizmo_extents" default="10.0">
+ Size of the gizmo cross that appears in the editor.
+ </member>
+ </members>
</class>