mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add function to get navigation link iteration id from NavigationServer
Adds function to get navigation link iteration id from NavigationServer.
This commit is contained in:
parent
931820d33c
commit
b002ade3ed
16 changed files with 54 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ public:
|
|||
AABB region_get_bounds(RID p_region) const override { return AABB(); }
|
||||
|
||||
RID link_create() override { return RID(); }
|
||||
uint32_t link_get_iteration_id(RID p_link) const override { return 0; }
|
||||
void link_set_map(RID p_link, RID p_map) override {}
|
||||
RID link_get_map(RID p_link) const override { return RID(); }
|
||||
void link_set_enabled(RID p_link, bool p_enabled) override {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue