summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-06-14 18:32:33 +0200
committerGitHub <noreply@github.com>2021-06-14 18:32:33 +0200
commit07b8fffa7c8e065014e55087a3a8273e66fa124d (patch)
tree3d6dd07582c71f85754cbb46655694734eb4787c /doc/classes
parent6c1445bfea9a32a0b08dff5acae722cc91239346 (diff)
parentee702334a1c7bd19dd8fd7fd57009e393939bab7 (diff)
Merge pull request #49458 from JFonS/fix_unwrap_xform
Rename get_parent_spatial() to get_parent_node_3d()
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Node3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node3D.xml b/doc/classes/Node3D.xml
index ed1899ca74..1c161803db 100644
--- a/doc/classes/Node3D.xml
+++ b/doc/classes/Node3D.xml
@@ -20,7 +20,7 @@
Forces the transform to update. Transform changes in physics are not instant for performance reasons. Transforms are accumulated and then set. Use this if you need an up-to-date transform when doing physics operations.
</description>
</method>
- <method name="get_parent_spatial" qualifiers="const">
+ <method name="get_parent_node_3d" qualifiers="const">
<return type="Node3D">
</return>
<description>