Skip to content

Commit 01b029f

Browse files
committed
Fix RenderingServer.instance_set_transform docs saying it's not global
1 parent 29b3d9e commit 01b029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/RenderingServer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@
19321932
<param index="0" name="instance" type="RID" />
19331933
<param index="1" name="transform" type="Transform3D" />
19341934
<description>
1935-
Sets the world space transform of the instance. Equivalent to [member Node3D.transform].
1935+
Sets the world space transform of the instance. Equivalent to [member Node3D.global_transform].
19361936
</description>
19371937
</method>
19381938
<method name="instance_set_visibility_parent">

0 commit comments

Comments
 (0)