From 9e6da4e00eaf76f529cea6249938f5f6cb84f5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Fri, 4 Aug 2023 11:40:49 -0300 Subject: [PATCH] Clarify relationship between `basis` and `transform` properties of Node3D --- doc/classes/Node3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Node3D.xml b/doc/classes/Node3D.xml index b5ead07a104..2606a2b320c 100644 --- a/doc/classes/Node3D.xml +++ b/doc/classes/Node3D.xml @@ -269,7 +269,7 @@ - Direct access to the 3x3 basis of the [Transform3D] property. + Direct access to the 3x3 basis of the [member transform] property. Global position of this node. This is equivalent to [code]global_transform.origin[/code].