mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add "Game" editor for better runtime debugging
This commit is contained in:
@@ -300,6 +300,7 @@ private:
|
||||
|
||||
void _set_tree(SceneTree *p_tree);
|
||||
void _propagate_pause_notification(bool p_enable);
|
||||
void _propagate_suspend_notification(bool p_enable);
|
||||
|
||||
_FORCE_INLINE_ bool _can_process(bool p_paused) const;
|
||||
_FORCE_INLINE_ bool _is_enabled() const;
|
||||
@@ -439,6 +440,8 @@ public:
|
||||
// Editor specific node notifications
|
||||
NOTIFICATION_EDITOR_PRE_SAVE = 9001,
|
||||
NOTIFICATION_EDITOR_POST_SAVE = 9002,
|
||||
NOTIFICATION_SUSPENDED = 9003,
|
||||
NOTIFICATION_UNSUSPENDED = 9004
|
||||
};
|
||||
|
||||
/* NODE/TREE */
|
||||
|
||||
Reference in New Issue
Block a user