mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Expose is_baking method in navigation servers and region nodes.
This commit is contained in:
@@ -303,6 +303,13 @@
|
||||
Returns all created navigation map [RID]s on the NavigationServer. This returns both 2D and 3D created navigation maps as there is technically no distinction between them.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_baking_navigation_polygon" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="navigation_polygon" type="NavigationPolygon" />
|
||||
<description>
|
||||
Returns [code]true[/code] when the provided navigation polygon is being baked on a background thread.
|
||||
</description>
|
||||
</method>
|
||||
<method name="link_create">
|
||||
<return type="RID" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user