From a6ac305f967a272c35f984b046517629a401b688 Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Tue, 10 Jan 2023 07:14:16 +0100 Subject: Rework Navigation Avoidance Rework Navigation Avoidance. --- scene/main/scene_tree.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scene/main/scene_tree.h') diff --git a/scene/main/scene_tree.h b/scene/main/scene_tree.h index fc185b4f37..8ee80ebb61 100644 --- a/scene/main/scene_tree.h +++ b/scene/main/scene_tree.h @@ -103,6 +103,7 @@ private: bool debug_collisions_hint = false; bool debug_paths_hint = false; bool debug_navigation_hint = false; + bool debug_avoidance_hint = false; #endif bool paused = false; int root_lock = 0; @@ -311,6 +312,9 @@ public: void set_debug_navigation_hint(bool p_enabled); bool is_debugging_navigation_hint() const; + + void set_debug_avoidance_hint(bool p_enabled); + bool is_debugging_avoidance_hint() const; #else void set_debug_collisions_hint(bool p_enabled) {} bool is_debugging_collisions_hint() const { return false; } -- cgit v1.2.3