Merge pull request #49458 from JFonS/fix_unwrap_xform

Rename get_parent_spatial() to get_parent_node_3d()
This commit is contained in:
Rémi Verschelde 2021-06-14 18:32:33 +02:00 committed by GitHub
commit 07b8fffa7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View file

@ -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>