From 726fbb821b7f5f526301c66c97764c726b17d5db Mon Sep 17 00:00:00 2001 From: SaracenOne Date: Sun, 2 Jan 2022 15:33:17 +0000 Subject: Fix incorrect default transform values on foreign 3D nodes --- doc/classes/Node3D.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes/Node3D.xml') diff --git a/doc/classes/Node3D.xml b/doc/classes/Node3D.xml index 1036c1fbcf..6b5a627575 100644 --- a/doc/classes/Node3D.xml +++ b/doc/classes/Node3D.xml @@ -134,6 +134,20 @@ Resets this node's transformations (like scale, skew and taper) preserving its rotation and translation by performing Gram-Schmidt orthonormalization on this node's [Transform3D]. + + + + + Returns [code]true[/code] if the property identified by [code]name[/code] can be reverted to a default value. + + + + + + + Returns the default value of the Node3D property with given [code]name[/code]. + + -- cgit v1.2.3