Fix missing NavigationLink property updates in constructor

Fixes missing NavigationLink property updates in constructor.
This commit is contained in:
smix8 2023-10-23 01:43:55 +02:00
parent 8c25a98fdf
commit 2f1668804c
6 changed files with 39 additions and 0 deletions

View file

@ -29,6 +29,12 @@
Returns whether or not the specified layer of the [member navigation_layers] bitmask is enabled, given a [param layer_number] between 1 and 32.
</description>
</method>
<method name="get_rid" qualifiers="const">
<return type="RID" />
<description>
Returns the [RID] of this link on the [NavigationServer2D].
</description>
</method>
<method name="set_global_end_position">
<return type="void" />
<param index="0" name="position" type="Vector2" />