mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #7144 from felixmreeve/patch-1
This commit is contained in:
@@ -239,7 +239,7 @@ method. This function destroy the instance it's called on.
|
||||
.. tabs::
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
func _on_VisibilityNotifier_screen_exited():
|
||||
func _on_visible_on_screen_notifier_3d_screen_exited():
|
||||
queue_free()
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
Reference in New Issue
Block a user