瀏覽代碼

Remove reference to non-existing NOTIFICATION constants.

zacryol 3 年之前
父節點
當前提交
db25f55897
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      getting_started/workflow/best_practices/godot_notifications.rst

+ 0 - 4
getting_started/workflow/best_practices/godot_notifications.rst

@@ -23,10 +23,6 @@ much so that Godot exposes many of them with dedicated functions:
 
 - ``_physics_process(delta)`` : NOTIFICATION_PHYSICS_PROCESS
 
-- ``_input()`` : NOTIFICATION_INPUT
-
-- ``_unhandled_input()`` : NOTIFICATION_UNHANDLED_INPUT
-
 - ``_draw()`` : NOTIFICATION_DRAW
 
 What users might *not* realize is that notifications exist for types other