Skip to content

Commit ec773fd

Browse files
committed
Merge pull request godotengine#90396 from kleonc/rendering-server-instance-set-transform-document-it-is-global
Fix `RenderingServer.instance_set_transform` docs saying it's not global
2 parents d2c7f09 + 01b029f commit ec773fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/RenderingServer.xml

+1-1
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)