Expose is_baking method in navigation servers and region nodes.

This commit is contained in:
Pawel Lampe 2024-01-29 22:28:01 +01:00
parent 4b6ad34988
commit c2cfc0d409
24 changed files with 137 additions and 12 deletions

View file

@ -342,6 +342,13 @@
Returns information about the current state of the NavigationServer. See [enum ProcessInfo] for a list of available states.
</description>
</method>
<method name="is_baking_navigation_mesh" qualifiers="const">
<return type="bool" />
<param index="0" name="navigation_mesh" type="NavigationMesh" />
<description>
Returns [code]true[/code] when the provided navigation mesh is being baked on a background thread.
</description>
</method>
<method name="link_create">
<return type="RID" />
<description>