You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Rework Navigation Avoidance
Rework Navigation Avoidance.
This commit is contained in:
@@ -695,6 +695,14 @@ void SceneTree::set_debug_navigation_hint(bool p_enabled) {
|
||||
bool SceneTree::is_debugging_navigation_hint() const {
|
||||
return debug_navigation_hint;
|
||||
}
|
||||
|
||||
void SceneTree::set_debug_avoidance_hint(bool p_enabled) {
|
||||
debug_avoidance_hint = p_enabled;
|
||||
}
|
||||
|
||||
bool SceneTree::is_debugging_avoidance_hint() const {
|
||||
return debug_avoidance_hint;
|
||||
}
|
||||
#endif
|
||||
|
||||
void SceneTree::set_debug_collisions_color(const Color &p_color) {
|
||||
|
||||
Reference in New Issue
Block a user