Merge pull request #33229 from Jummit/document-force_update_transform

Document force_update_transform
This commit is contained in:
Rémi Verschelde 2019-11-01 14:03:01 +01:00 committed by GitHub
commit d93201b27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -363,6 +363,7 @@
<return type="void">
</return>
<description>
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_canvas" qualifiers="const">

View file

@ -15,6 +15,7 @@
<return type="void">
</return>
<description>
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">