You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/RenderingServer.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2046,6 +2046,13 @@
2046
2046
Sets whether an instance is drawn or not. Equivalent to [member Node3D.visible].
2047
2047
</description>
2048
2048
</method>
2049
+
<methodname="instance_teleport">
2050
+
<returntype="void" />
2051
+
<paramindex="0"name="instance"type="RID" />
2052
+
<description>
2053
+
Resets motion vectors and other interpolated values. Use this [i]after[/i] teleporting a mesh from one position to another to avoid ghosting artifacts.
0 commit comments