summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-01 14:03:01 +0100
committerGitHub <noreply@github.com>2019-11-01 14:03:01 +0100
commitd93201b27f696d2b73902d73e6e29967f684dedb (patch)
treed858245e56dbd05ecbcbf4d132f1712341536034
parentc12797fb318d8835deb22dd4b63fd232b21ce904 (diff)
parent2166437869f29a12faf8b667e47a76f11e5f3cc8 (diff)
Merge pull request #33229 from Jummit/document-force_update_transform
Document force_update_transform
-rw-r--r--doc/classes/CanvasItem.xml1
-rw-r--r--doc/classes/Spatial.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index a920001de4..8372d15324 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -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">
diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml
index 128aa93f15..0309e73eec 100644
--- a/doc/classes/Spatial.xml
+++ b/doc/classes/Spatial.xml
@@ -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">