Update NavigationAgent to use query_path

This paves the way for having agents respond to link traversal.
This commit is contained in:
Josh Jones
2022-09-19 22:56:54 -07:00
parent c2f66648f1
commit a2c53b881b
10 changed files with 108 additions and 26 deletions

View File

@@ -45,6 +45,8 @@ protected:
public:
void set_path(const Vector<Vector3> &p_path);
const Vector<Vector3> &get_path() const;
void reset();
};
#endif // NAVIGATION_PATH_QUERY_RESULT_3D_H