You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
document force_update_transform
This commit is contained in:
@@ -341,6 +341,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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user