Fix RenderingServer.instance_set_transform docs saying it's not global

(cherry picked from commit 01b029f0a5)
This commit is contained in:
kleonc 2024-04-08 18:47:29 +02:00 committed by Rémi Verschelde
parent 0eca87df51
commit 3c1be8d067
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -1791,7 +1791,7 @@
<param index="0" name="instance" type="RID" />
<param index="1" name="transform" type="Transform3D" />
<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>
</method>
<method name="instance_set_visibility_parent">