Add 2D navigation mesh baking
Adds 2D navigation mesh baking.
This commit is contained in:
@ -152,6 +152,7 @@ public:
|
||||
void set_active(bool p_active) override {}
|
||||
void process(real_t delta_time) override {}
|
||||
void init() override {}
|
||||
void sync() override {}
|
||||
void finish() override {}
|
||||
NavigationUtilities::PathQueryResult _query_path(const NavigationUtilities::PathQueryParameters &p_parameters) const override { return NavigationUtilities::PathQueryResult(); }
|
||||
int get_process_info(ProcessInfo p_info) const override { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user