mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix RenderingServer.instance_set_transform docs saying it's not global
(cherry picked from commit 01b029f0a5
)
This commit is contained in:
parent
f0c8d2c536
commit
c93eb1ba91
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@
|
||||||
<param index="0" name="instance" type="RID" />
|
<param index="0" name="instance" type="RID" />
|
||||||
<param index="1" name="transform" type="Transform3D" />
|
<param index="1" name="transform" type="Transform3D" />
|
||||||
<description>
|
<description>
|
||||||
Sets the world space transform of the instance. Equivalent to [member Node3D.transform].
|
Sets the world space transform of the instance. Equivalent to [member Node3D.global_transform].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="instance_set_visibility_parent">
|
<method name="instance_set_visibility_parent">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue