Fix missing NavigationLink property updates in constructor
Fixes missing NavigationLink property updates in constructor.
This commit is contained in:
parent
8c25a98fdf
commit
2f1668804c
6 changed files with 39 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue