From 6e622c58c5c6212deeced1995b931450d9b06a04 Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 5 Apr 2022 16:16:28 +0200 Subject: Change gizmo_extents to property --- doc/classes/Node.xml | 2 +- doc/classes/Position2D.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/classes') 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. - 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. 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 @@ + + + Size of the gizmo cross that appears in the editor. + + -- cgit v1.2.3