Expose is_baking method in navigation servers and region nodes.
This commit is contained in:
@@ -56,6 +56,12 @@
|
||||
Returns the [RID] of this region on the [NavigationServer2D]. Combined with [method NavigationServer2D.map_get_closest_point_owner] can be used to identify the [NavigationRegion2D] closest to a point on the merged navigation map.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_baking" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] when the [NavigationPolygon] is being baked on a background thread.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_avoidance_layer_value">
|
||||
<return type="void" />
|
||||
<param index="0" name="layer_number" type="int" />
|
||||
|
||||
Reference in New Issue
Block a user