Merge pull request #101556 from maidopi-usagi/notifier_doc

Fix `visibility_notifier_create` documentation
This commit is contained in:
Thaddeus Crews 2025-01-16 17:17:56 -06:00
commit ad4eeaca5e
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84

View File

@ -4269,7 +4269,7 @@
<description>
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.
Once finished with your RID, you will want to free the RID using the RenderingServer's [method free_rid] method.
To place in a scene, attach this mesh to an instance using [method instance_set_base] using the returned RID.
To place in a scene, attach this notifier to an instance using [method instance_set_base] using the returned RID.
[b]Note:[/b] The equivalent node is [VisibleOnScreenNotifier3D].
</description>
</method>