Add NavigationMeshSourceGeometryData append functions

Adds append functions to NavigationMeshSourceGeometryData.
This commit is contained in:
smix8
2024-04-20 13:15:55 +02:00
parent 4a0160241f
commit 2594c57361
6 changed files with 66 additions and 8 deletions

View File

@@ -31,6 +31,20 @@
Adds the outline points of a shape as traversable area.
</description>
</method>
<method name="append_obstruction_outlines">
<return type="void" />
<param index="0" name="obstruction_outlines" type="PackedVector2Array[]" />
<description>
Appends another array of [param obstruction_outlines] at the end of the existing obstruction outlines array.
</description>
</method>
<method name="append_traversable_outlines">
<return type="void" />
<param index="0" name="traversable_outlines" type="PackedVector2Array[]" />
<description>
Appends another array of [param traversable_outlines] at the end of the existing traversable outlines array.
</description>
</method>
<method name="clear">
<return type="void" />
<description>