Fix RenderingServer.instance_set_transform docs saying it's not global
This commit is contained in:
parent
29b3d9e9e5
commit
01b029f0a5
|
@ -1932,7 +1932,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">
|
||||
|
|
Loading…
Reference in New Issue