Move navigation mesh baking to NavigationServer
Moves navigation mesh baking to NavigationServer.
This commit is contained in:
@ -150,6 +150,8 @@ public:
|
||||
void free(RID p_object) override {}
|
||||
void set_active(bool p_active) override {}
|
||||
void process(real_t delta_time) override {}
|
||||
void init() 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; }
|
||||
void set_debug_enabled(bool p_enabled) {}
|
||||
|
||||
Reference in New Issue
Block a user