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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4269,7 +4269,7 @@
4269
4269
<description>
4270
4270
Creates a new 3D visibility notifier object and adds it to the RenderingServer. It can be accessed with the RID that is returned. This RID will be used in all [code]visibility_notifier_*[/code] RenderingServer functions.
4271
4271
Once finished with your RID, you will want to free the RID using the RenderingServer's [method free_rid] method.
4272
-
To place in a scene, attach this mesh to an instance using [method instance_set_base] using the returned RID.
4272
+
To place in a scene, attach this notifier to an instance using [method instance_set_base] using the returned RID.
4273
4273
[b]Note:[/b] The equivalent node is [VisibleOnScreenNotifier3D].
0 commit comments